Prepare RHEL workflow for secrets

This commit is contained in:
Alexey Pustovalov 2024-02-14 15:35:49 +09:00
parent 3814fa7d6f
commit d2fbaf054d

View File

@ -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"