@@ -242,13 +242,6 @@ jobs:
242
242
- setup-workflow
243
243
if : ${{ needs.setup-workflow.outputs.skip-workflow != 'Yes' }}
244
244
outputs :
245
- sc4s : ghcr.io/${{ github.repository }}/container:${{ fromJSON(steps.docker_action_meta.outputs.json).labels['org.opencontainers.image.version'] }}
246
- container_tags : ${{ steps.docker_action_meta.outputs.tags }}
247
- container_labels : ${{ steps.docker_action_meta.outputs.labels }}
248
- container_buildtime : ${{ fromJSON(steps.docker_action_meta.outputs.json).labels['org.opencontainers.image.created'] }}
249
- container_version : ${{ fromJSON(steps.docker_action_meta.outputs.json).labels['org.opencontainers.image.version'] }}
250
- container_revision : ${{ fromJSON(steps.docker_action_meta.outputs.json).labels['org.opencontainers.image.revision'] }}
251
- container_base : ${{ fromJSON(steps.docker_action_meta.outputs.json).tags[0] }}
252
245
matrix_latestSplunk : ${{ steps.matrix.outputs.latestSplunk }}
253
246
matrix_supportedSC4S : ${{ steps.matrix.outputs.supportedSC4S }}
254
247
matrix_combinedSplunkversion : ${{ steps.combined_Splunkmatrix.outputs.combinedSplunkversions }}
@@ -258,39 +251,12 @@ jobs:
258
251
contents : write
259
252
packages : read
260
253
steps :
261
- - name : Checkout
262
- uses : actions/checkout@v3
254
+ - uses : actions/checkout@v3
263
255
with :
264
256
submodules : false
265
257
persist-credentials : false
266
- - name : Semantic Release
267
- id : version
268
- uses : splunk/semantic-release-action@v1.3
269
- with :
270
- dry_run : true
271
- git_committer_name : ${{ secrets.SA_GH_USER_NAME }}
272
- git_committer_email : ${{ secrets.SA_GH_USER_EMAIL }}
273
- gpg_private_key : ${{ secrets.SA_GPG_PRIVATE_KEY }}
274
- passphrase : ${{ secrets.SA_GPG_PASSPHRASE }}
275
- env :
276
- GITHUB_TOKEN : ${{ github.token }}
277
- - name : Docker meta
278
- id : docker_action_meta
279
- uses : docker/metadata-action@v5.5.1
280
- with :
281
- images : ghcr.io/${{ github.repository }}/container
282
- tags : |
283
- type=sha,format=long
284
- type=sha
285
- type=semver,pattern={{version}},value=${{ steps.version.outputs.new_release_version }}
286
- type=semver,pattern={{major}},value=${{ steps.version.outputs.new_release_version }}
287
- type=semver,pattern={{major}}.{{minor}},value=${{ steps.version.outputs.new_release_version }}
288
- type=ref,event=branch
289
- type=ref,event=pr
290
- - name : matrix
291
- id : matrix
258
+ - id : matrix
292
259
uses : splunk/addonfactory-test-matrix-action@v1.13
293
-
294
260
- name : Combined Splunk and SC4S Versions
295
261
id : combined_Splunkmatrix
296
262
run : |
0 commit comments