Explorar el Código

hotfix_workflow

0xdcarns hace 2 años
padre
commit
a8eb6efa73
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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