Переглянути джерело

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

tags/0.3.0
John Wang 2 роки тому
джерело
коміт
effdc824d9
Аккаунт користувача з таким Email не знайдено

+ 1
- 1
.github/workflows/build-api-image.yml Переглянути файл

@@ -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 Переглянути файл

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

Завантаження…
Відмінити
Зберегти