소스 검색

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

tags/0.3.0
John Wang 2 년 전
부모
커밋
effdc824d9
No account linked to committer's email address
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      .github/workflows/build-api-image.yml
  2. 1
    1
      .github/workflows/build-web-image.yml

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

Loading…
취소
저장