Skip to content

Commit

Permalink
Merge pull request #1165 from zabbix/rhel_workflow
Browse files Browse the repository at this point in the history
Prepare RHEL workflow for secrets
  • Loading branch information
dotneft authored Feb 14, 2024
2 parents ad17dc8 + d2fbaf0 commit ab428c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images_build_rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
contents: read

env:
AUTO_PUSH_IMAGES: ${{ contains(fromJSON('["workflow_dispatch"]'), github.event_name) && 'false' || vars.AUTO_PUSH_IMAGES }}
AUTO_PUSH_IMAGES: ${{ vars.AUTO_PUSH_IMAGES }}

LATEST_BRANCH: ${{ github.event.repository.default_branch }}
TRUNK_GIT_BRANCH: "refs/heads/trunk"
Expand Down

0 comments on commit ab428c9

Please sign in to comment.