Kaynağa Gözat

hotfix_workflow

0xdcarns 2 yıl önce
ebeveyn
işleme
a8eb6efa73
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      .github/workflows/publish-docker.yml

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

@@ -47,7 +47,7 @@ jobs:
           platforms: linux/amd64, linux/arm64, linux/arm/v7
           push: true
           tags: ${{ github.repository }}:${{ env.TAG }}, ${{ github.repository }}:latest
-          build-args: version=${{ env.TAG }}
+          build-args: version=${{ env.TAG }}, tags="-tags=ce"
 
   docker-ee:
     runs-on: ubuntu-latest