mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-27 00:14:40 -07:00
more explicit
This commit is contained in:
parent
c25f8d81cf
commit
c01f7308da
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-release.yml
vendored
2
.github/workflows/docker-release.yml
vendored
|
|
@ -157,7 +157,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
TAG_ARGS=""
|
TAG_ARGS=""
|
||||||
for tag in $TAGS; do
|
for tag in $TAGS; do
|
||||||
TAG_ARGS="$TAG_ARGS -t $tag"
|
TAG_ARGS="$TAG_ARGS --tag $tag"
|
||||||
done
|
done
|
||||||
|
|
||||||
docker buildx imagetools create \
|
docker buildx imagetools create \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue