Skip to content

Commit

Permalink
chore: fix ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Nov 7, 2023
1 parent 7814278 commit 8ddf4fb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
id-token: write

steps:

- name: ⤵️ Checkout repository
uses: actions/[email protected]

Expand Down Expand Up @@ -119,6 +118,5 @@ jobs:
- name: 🏗 Sign the image with GitHub OIDC Token
if: ${{ github.event_name != 'pull_request' && steps.file_change.outputs.container_folder == 'true' }}
env:
DIGEST: ${{ steps.build_and_push.outputs.digest }}
TAGS: ${{ steps.meta.outputs.tags }}
run: cosign sign --yes "${TAGS}@${DIGEST}"
COSIGN_EXPERIMENTAL: 'true'
run: echo "${{steps.meta.outputs.tags}}" | xargs -I {} cosign sign --yes {}@${{steps.build-and-push.outputs.digest}}

0 comments on commit 8ddf4fb

Please sign in to comment.