fix: image sha tag not push (#205)
This commit is contained in:
parent
9e00e3894e
commit
24fa452307
2 changed files with 2 additions and 0 deletions
1
.github/workflows/build-api-image.yml
vendored
1
.github/workflows/build-api-image.yml
vendored
|
|
@ -33,6 +33,7 @@ jobs:
|
|||
tags: |
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
type=ref,event=branch
|
||||
type=sha,format=long
|
||||
type=semver,pattern={{major}}.{{minor}}.{{patch}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
|
|
|
|||
1
.github/workflows/build-web-image.yml
vendored
1
.github/workflows/build-web-image.yml
vendored
|
|
@ -33,6 +33,7 @@ jobs:
|
|||
tags: |
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
type=ref,event=branch
|
||||
type=sha,format=long
|
||||
type=semver,pattern={{major}}.{{minor}}.{{patch}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue