Skip to content

Commit

Permalink
let GH action tag image by ref_name (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbet committed Nov 25, 2021
1 parent 518e6c2 commit 6d37240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
name: build multiarch image
run: |
docker build \
--tag nicbet/phoenix:${{github.ref_name}}
--tag nicbet/phoenix:${{ github.ref_name }} \
--tag nicbet/phoenix:latest \
--platform linux/amd64,linux/arm64/v8 --push .

0 comments on commit 6d37240

Please sign in to comment.