mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 01:40:21 +08:00
fix bash
This commit is contained in:
parent
a12b406265
commit
64264f325e
5
.github/workflows/docker-publish.yml
vendored
5
.github/workflows/docker-publish.yml
vendored
@ -209,9 +209,8 @@ jobs:
|
||||
docker tag local-${{ github.sha }}-amd64 local-amd64
|
||||
docker tag local-${{ github.sha }}-arm64 local-arm64
|
||||
|
||||
for TAG in $TAGS; do
|
||||
# Create tag arguments
|
||||
for tag in $tags; do
|
||||
# Create tag arguments
|
||||
for tag in $TAGS; do
|
||||
args="$args -t $tag"
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user