فهرست منبع

Merge pull request #3084 from gravitl/fix/publish-docker-workflow

fix: remove auto-updating latest tag from publish docker workflow
Abhishek K 1 سال پیش
والد
کامیت
4fb7578a43
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