mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
fix: docker build include valid string prior to sha (#4613)
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
||||
tags: |
|
||||
# For main branch: latest, main, and sha
|
||||
type=ref,event=branch
|
||||
type=sha,prefix={{branch}}-
|
||||
type=sha,prefix=sha-
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
# For tags: v1.2.3 -> 1.2.3, 1.2, 1, latest (if not pre-release)
|
||||
type=semver,pattern={{version}}
|
||||
|
||||
Reference in New Issue
Block a user