Skip to content

Commit

Permalink
ci: always push branch name as tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed May 11, 2023
1 parent 35fe0af commit 2269595
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
images: ghcr.io/${{ github.repository }}
flavor: |
latest=true
tags: |
type=ref,enable=true,event=branch
type=ref,enable=true,event=tag
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}}
Expand Down

0 comments on commit 2269595

Please sign in to comment.