Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Schöchlin <[email protected]>
  • Loading branch information
scoopex committed Dec 23, 2024
1 parent ce346c9 commit cdb55b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Test Package
run: sudo ./ci_test
- uses: ncipollo/release-action@v1
if: ${{ inputs.publish_steps == 'true' }}
if: ${{ inputs.publish_steps }}
with:
artifacts: "zabbix-agent-extensions*.deb,zabbix-agent-extensions-*.rpm"
build-docker:
Expand All @@ -40,7 +40,7 @@ jobs:
with:
fetch-depth: 0
- name: Login to Docker Hub
if: ${{ inputs.publish_steps == 'true' }}
if: ${{ inputs.publish_steps }}
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
Expand All @@ -49,6 +49,6 @@ jobs:
run: |
./create_docker build
- name: Build
if: ${{ inputs.publish_steps == 'true' }}
if: ${{ inputs.publish_steps }}
run: |
./create_docker publish

0 comments on commit cdb55b7

Please sign in to comment.