mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-26 09:43:08 +01:00
Update CI.yml
This commit is contained in:
parent
5ffd08f665
commit
026b7a7779
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -146,9 +146,11 @@ jobs:
|
||||
|
||||
if [ ! -z "${{ steps.prepare_push.outputs.image_tag_versions }}" ]; then
|
||||
IFS='|' read -r -a IMAGE_TAG_VERSIONS <<< "${{ steps.prepare_push.outputs.image_tag_versions }}"
|
||||
IMAGE_TAG_VERSIONS=${IMAGE_TAG_VERSIONS%%+(|)}
|
||||
echo "::warning tags raw - ${{ steps.prepare_push.outputs.image_tag_versions }}"
|
||||
elif [ ! -z "${{ steps.prepare_release.outputs.image_tag_versions }}" ]; then
|
||||
IFS='|' read -r -a IMAGE_TAG_VERSIONS <<< "${{ steps.prepare_release.outputs.image_tag_versions }}"
|
||||
IMAGE_TAG_VERSIONS=${IMAGE_TAG_VERSIONS%%+(|)}
|
||||
echo "::warning tags raw - ${{ steps.prepare_release.outputs.image_tag_versions }}"
|
||||
fi
|
||||
echo "::warning tag value - $IMAGE_TAG_VERSIONS"
|
||||
|
Loading…
Reference in New Issue
Block a user