This commit is contained in:
ThePhaseless 2025-02-28 18:04:23 +01:00
parent a12b406265
commit 64264f325e

View File

@ -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