mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-25 02:43:02 -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: |
|
||||
TAG_ARGS=""
|
||||
for tag in $TAGS; do
|
||||
TAG_ARGS="$TAG_ARGS -t $tag"
|
||||
TAG_ARGS="$TAG_ARGS --tag $tag"
|
||||
done
|
||||
|
||||
docker buildx imagetools create \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue