more explicit

This commit is contained in:
tooomm 2026-07-22 21:32:12 +02:00 • committed by GitHub
parent c25f8d81cf
commit c01f7308da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,7 +157,7 @@ jobs:
run: |
TAG_ARGS=""
for tag in $TAGS; do
TAG_ARGS="$TAG_ARGS -t $tag"
TAG_ARGS="$TAG_ARGS --tag $tag"
done
docker buildx imagetools create \