소스 검색

fix: remove auto-updating latest tag from publish docker workflow

the_aceix 1 년 전
부모
커밋
00db221b35
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/publish-docker.yml

+ 1 - 1
.github/workflows/publish-docker.yml

@@ -49,7 +49,7 @@ jobs:
           context: .
           platforms: linux/amd64, linux/arm64, linux/arm/v7
           push: true
-          tags: ${{ github.repository }}:${{ env.TAG }}, ${{ github.repository }}:latest
+          tags: ${{ github.repository }}:${{ env.TAG }}
           build-args: | 
             tags=ce