Ver código fonte

feat: remove image sha- prefix in image tag (#206)

tags/0.3.0
John Wang 2 anos atrás
pai
commit
effdc824d9
Nenhuma conta vinculada ao e-mail do autor do commit

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

@@ -33,7 +33,7 @@ jobs:
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=branch
type=sha,format=long
type=sha,enable=true,priority=100,prefix=,suffix=,format=long
type=semver,pattern={{major}}.{{minor}}.{{patch}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}

+ 1
- 1
.github/workflows/build-web-image.yml Ver arquivo

@@ -33,7 +33,7 @@ jobs:
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=branch
type=sha,format=long
type=sha,enable=true,priority=100,prefix=,suffix=,format=long
type=semver,pattern={{major}}.{{minor}}.{{patch}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}

Carregando…
Cancelar
Salvar