Skip to content

Commit

Permalink
Update docker-build-on-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Oct 31, 2023
1 parent cf3d6d3 commit c8c4b3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: |
${{ steps.meta.outputs.tags }}
fredericklab/picachooser:latest-release
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit c8c4b3e

Please sign in to comment.