mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-18 15:57:29 +02:00
Merge pull request #1165 from zabbix/rhel_workflow
Prepare RHEL workflow for secrets
This commit is contained in:
commit
ab428c9aea
2
.github/workflows/images_build_rhel.yml
vendored
2
.github/workflows/images_build_rhel.yml
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user