Skip to content

Commit

Permalink
chore: added latest to build image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuravius committed Jun 3, 2023
1 parent 074e5b1 commit 3583d6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ jobs:
file: ./Containerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/${{ github.repository }}:${{ env.tag }}
tags: |
ghcr.io/${{ github.repository }}:${{ env.tag }}
ghcr.io/${{ github.repository }}:latest

0 comments on commit 3583d6a

Please sign in to comment.