Skip to content

Commit

Permalink
fix: version and latest tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mabunixda committed Mar 21, 2023
1 parent ccaf564 commit 086cf47
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 @@ -68,6 +68,7 @@ jobs:
images: ${{ steps.prep.outputs.tags }}
tags: |
type=raw,value=${{ needs.prebuild.outputs.version }}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
Expand Down

0 comments on commit 086cf47

Please sign in to comment.