Skip to content

Commit 967dd3b

Browse files
Update docker-publish.yml
1 parent 3516808 commit 967dd3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ jobs:
5555
if: ${{ github.event_name != 'pull_request' }}
5656
env:
5757
DIGEST: ${{ steps.build-and-push.outputs.digest }}
58-
TAGS: ${{ steps.docker_meta.outputs.tags }}
58+
TAGS: ${{ steps.meta.outputs.tags }}
5959
run: cosign sign --yes "${TAGS}@${DIGEST}"

0 commit comments

Comments
 (0)