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
8225704027
commit
a7adff05b8
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
@ -154,8 +154,7 @@ jobs:
|
||||
|
||||
IMAGE_TAG_VERSIONS=${IMAGE_TAG_VERSIONS%%+(|)}
|
||||
IFS='|' read -r -a IMAGE_TAG_VERSIONS <<< $IMAGE_TAG_VERSIONS
|
||||
echo "::warning tag value - $IMAGE_TAG_VERSIONS"
|
||||
|
||||
for version in ${IMAGE_TAG_VERSIONS[@]}; do
|
||||
echo "::warning tag value2 - $version"
|
||||
docker buildx imagetools inspect $version
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user