Skip to content

Commit

Permalink
fix: branch tag not on main
Browse files Browse the repository at this point in the history
  • Loading branch information
mabunixda committed Mar 22, 2023
1 parent baf2e89 commit ab4811a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
type=raw,value=${{ needs.prebuild.outputs.version }}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
type=ref,event=pr
type=ref,event=branch,enable=${{ github.ref != format('refs/heads/{0}', 'main') }}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=sha
Expand Down

0 comments on commit ab4811a

Please sign in to comment.