mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-12-23 06:49:34 +01:00
Prepare universal workflow
This commit is contained in:
parent
a042b5572d
commit
83c2f6930e
4
.github/workflows/images_build_rhel.yml
vendored
4
.github/workflows/images_build_rhel.yml
vendored
@ -94,6 +94,10 @@ jobs:
|
||||
REDHAT_CERTIFY_CREDENTIALS: ${{ secrets.REDHAT_CERTIFY_CREDENTIALS }}
|
||||
CURRENT_BRANCH: ${{ steps.branch_info.outputs.current_branch }}
|
||||
run: |
|
||||
if [[ -z "$REDHAT_CERTIFY_CREDENTIALS" ]]; then
|
||||
echo "::error::Missing RedHat Certification details"
|
||||
exit 1
|
||||
fi
|
||||
component_list=$(jq --raw-output --argjson data "$REDHAT_CERTIFY_CREDENTIALS" -n "\$data.\"$CURRENT_BRANCH\".components | keys | @json")
|
||||
|
||||
echo "::group::Zabbix Component List"
|
||||
|
Loading…
Reference in New Issue
Block a user