Skip to content

Commit

Permalink
fix: list of docker image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
menzerath committed Feb 17, 2022
1 parent e79eca7 commit d1180ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/') }}
with:
context: .
tags:
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
ghcr.io/${{ github.repository }}:latest
tags: ghcr.io/${{ github.repository }}:${{ github.ref_name }},ghcr.io/${{ github.repository }}:latest
push: true

release:
Expand Down

0 comments on commit d1180ff

Please sign in to comment.