mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +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 }}-amd64 local-amd64
|
||||||
docker tag local-${{ github.sha }}-arm64 local-arm64
|
docker tag local-${{ github.sha }}-arm64 local-arm64
|
||||||
|
|
||||||
for TAG in $TAGS; do
|
# Create tag arguments
|
||||||
# Create tag arguments
|
for tag in $TAGS; do
|
||||||
for tag in $tags; do
|
|
||||||
args="$args -t $tag"
|
args="$args -t $tag"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user