mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-03 08:35:40 +02:00
RHEL build multiarch (test)
This commit is contained in:
parent
4c90a0f991
commit
a9c25bfb6b
@ -12,7 +12,7 @@ on:
|
|||||||
- 'Dockerfiles/*/rhel/*'
|
- 'Dockerfiles/*/rhel/*'
|
||||||
- 'build.json'
|
- 'build.json'
|
||||||
- '!**/README.md'
|
- '!**/README.md'
|
||||||
- '.github/workflows/images_build_test.yml'
|
- '.github/workflows/images_build_rhel_multiarch.yml'
|
||||||
# schedule:
|
# schedule:
|
||||||
# - cron: '50 02 * * *'
|
# - cron: '50 02 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -152,15 +152,16 @@ jobs:
|
|||||||
result=true
|
result=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "::group::Branch data"
|
echo "::group::Branch metadata"
|
||||||
echo "is_default_branch - $result"
|
echo "is_default_branch - $result"
|
||||||
echo "current_branch - $github_ref"
|
echo "current_branch - $github_ref"
|
||||||
|
echo "secret_prefix=RHEL_${github_ref//.}"
|
||||||
echo "sha_short - $sha_short"
|
echo "sha_short - $sha_short"
|
||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
||||||
echo "is_default_branch=$result" >> $GITHUB_OUTPUT
|
echo "is_default_branch=$result" >> $GITHUB_OUTPUT
|
||||||
echo "current_branch=$github_ref" >> $GITHUB_OUTPUT
|
echo "current_branch=$github_ref" >> $GITHUB_OUTPUT
|
||||||
echo "secret_prefix=RHEL_64" >> $GITHUB_OUTPUT
|
echo "secret_prefix=RHEL_${github_ref//.}" >> $GITHUB_OUTPUT
|
||||||
echo "sha_short=$sha_short" >> $GITHUB_OUTPUT
|
echo "sha_short=$sha_short" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
build_base:
|
build_base:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user