From c92027715bdcb2b364ce2cfc49850e67ed51d5b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Sch=C3=B6chlin?= Date: Tue, 14 Jan 2025 07:44:10 +0100 Subject: [PATCH] publish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Schöchlin --- .github/workflows/shared.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/shared.yml b/.github/workflows/shared.yml index 8c1962f..20952f7 100644 --- a/.github/workflows/shared.yml +++ b/.github/workflows/shared.yml @@ -35,12 +35,12 @@ jobs: with: artifacts: "zabbix-agent-extensions*.deb,zabbix-agent-extensions-*.rpm,zabbix-agent-daemonset-kubernetes-release.yaml" - name: Login to Docker Hub - if: ${{ inputs.publish_steps }} +# if: ${{ inputs.publish_steps }} uses: docker/login-action@v3 with: username: ${{ vars.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Publish docker images - if: ${{ inputs.publish_steps }} +# if: ${{ inputs.publish_steps }} run: | ./create_docker publish