Skip to content

Commit

Permalink
Merge pull request #24 from lukaszbudnik/release-pipeline-tweaks
Browse files Browse the repository at this point in the history
all pushed to main will not create latest tag
  • Loading branch information
lukaszbudnik committed Aug 20, 2021
2 parents 5be69cf + 300d243 commit 865440a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
lukasz/yosoy
ghcr.io/${{ github.repository }}
tags: |
type=raw,value=latest
type=edge
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
Expand Down

0 comments on commit 865440a

Please sign in to comment.