Skip to content

Commit

Permalink
Fix broken publishing due to missing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored Jul 12, 2023
1 parent 6c47fb5 commit aa30b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
uses: docker/build-push-action@v4
with:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.tags.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit aa30b4d

Please sign in to comment.