Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Schöchlin <[email protected]>
  • Loading branch information
Marc Schöchlin committed Jan 14, 2025
1 parent 52bc780 commit c920277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c920277

Please sign in to comment.