Prepare RHEL workflow for secrets

This commit is contained in:
Alexey Pustovalov 2024-02-14 17:21:28 +09:00
parent cd264f6066
commit 35cadf7e18

View File

@ -23,7 +23,7 @@ permissions:
contents: read
env:
AUTO_PUSH_IMAGES: ${{ vars.AUTO_PUSH_IMAGES }}
AUTO_PUSH_IMAGES: ${{ contains(fromJSON('["workflow_dispatch", "push"]'), github.event_name) && 'false' || vars.AUTO_PUSH_IMAGES }}
LATEST_BRANCH: ${{ github.event.repository.default_branch }}
TRUNK_GIT_BRANCH: "refs/heads/trunk"