Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghuboi committed Mar 29, 2024
2 parents cafde8c + 5410e3f commit 521b6c9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Sign the published Docker image
if: ${{ github.event_name != 'pull_request' }}
env:
TAGS: ${{ steps.meta.outputs.tags }}
DIGEST: ${{ steps.build-and-push.outputs.digest }}
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}

deployment:
runs-on: ubuntu-latest
needs: build
Expand Down

0 comments on commit 521b6c9

Please sign in to comment.