Skip to content

Commit

Permalink
fix: docker publish needs a tag (#241)
Browse files Browse the repository at this point in the history
Co-authored-by: Shawn Edge <[email protected]>
  • Loading branch information
Edgeman-SelfID and Shawn Edge authored Jul 19, 2024
1 parent 29e0d51 commit a10da77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,5 @@ jobs:
context: .
file: ${{ matrix.dockerfile }}
push: true
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ matrix.tags }}

0 comments on commit a10da77

Please sign in to comment.