mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-10-09 19:52:30 +02:00
Update build workflow to better handle pre-release tags
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -9,7 +9,7 @@ env:
|
||||
DOCKER_META_TAGS: |
|
||||
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/master' }}
|
||||
type=ref,event=branch,enable=${{ startsWith(github.ref, 'refs/heads/test/') }}
|
||||
type=semver,pattern=v{{version}}
|
||||
type=ref,event=tag
|
||||
type=semver,pattern=v{{major}}.{{minor}}
|
||||
type=semver,pattern=v{{major}}
|
||||
|
||||
|
Reference in New Issue
Block a user