mirror of
https://github.com/btouchard/ackify.git
synced 2026-05-01 20:50:17 -05:00
fix: prevent invalid Docker tags on release builds
This commit is contained in:
@@ -121,7 +121,8 @@ jobs:
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
type=sha,prefix={{branch}}-
|
||||
type=sha,prefix={{branch}}-,enable={{is_default_branch}}
|
||||
type=sha,enable=false
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
|
||||
- name: Build and push Docker image
|
||||
|
||||
Reference in New Issue
Block a user