diff --git a/.github/workflows/multi-stage-workflow.yml b/.github/workflows/multi-stage-workflow.yml index b39cccb..33be845 100644 --- a/.github/workflows/multi-stage-workflow.yml +++ b/.github/workflows/multi-stage-workflow.yml @@ -47,7 +47,7 @@ jobs: done cosign sign --yes --key env://COSIGN_PRIVATE_KEY ${images} env: - TAGS: ${{ github.sha }} + TAGS: saurabhkr952/dev-portfolio:${{ github.sha }} COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }} COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }} DIGEST: ${{ steps.build-and-push.outputs.digest }}