Skip to content

Commit

Permalink
Tag listing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud authored Dec 23, 2024
1 parent 18c65fb commit d11bc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
# Prepare tags
TAGS=$(printf "%s" '${{ steps.meta2.outputs.tags }}' | tr '\n' ' ' | sed 's/ *$//')
TAG_ARGS=""
for tag in $TAGS; do
for tag in "$TAGS"; do
TAG_ARGS="$TAG_ARGS -t $tag"
done
Expand Down

0 comments on commit d11bc90

Please sign in to comment.