Skip to content

Commit

Permalink
ci: get digest from docker_build step
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Szakaly <alex.szakaly@gmail.com>
  • Loading branch information
alex1989hu committed Feb 1, 2024
1 parent 5fd0522 commit a174567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
env:
TAGS: ${{ steps.docker_meta.outputs.tags }}
COSIGN_EXPERIMENTAL: 1
DIGEST: ${{ steps.build-and-push.outputs.digest }}
DIGEST: ${{ steps.docker_build.outputs.digest }}

0 comments on commit a174567

Please sign in to comment.