Skip to content

Commit aa30b4d

Browse files
authored
Fix broken publishing due to missing tag
1 parent 6c47fb5 commit aa30b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
uses: docker/build-push-action@v4
3838
with:
3939
push: ${{ github.event_name != 'pull_request' }}
40-
tags: ${{ steps.tags.outputs.tags }}
40+
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)