Explorar el Código

fix: image sha tag not push (#205)

tags/0.3.0
John Wang hace 2 años
padre
commit
24fa452307
No account linked to committer's email address

+ 1
- 0
.github/workflows/build-api-image.yml Ver fichero

@@ -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
- 0
.github/workflows/build-web-image.yml Ver fichero

@@ -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}}

Cargando…
Cancelar
Guardar