Skip to content

Commit

Permalink
fix: Added tag to docker image creation tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dom6770 committed Jun 12, 2024
1 parent bf59252 commit f2a564c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
with:
context: .
push: true
tags: ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:latest
tags: |
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ github.ref_name }}
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:latest

0 comments on commit f2a564c

Please sign in to comment.