Skip to content

Commit

Permalink
fix(CI): docker images tags
Browse files Browse the repository at this point in the history
  • Loading branch information
powerman committed Jun 10, 2024
1 parent 5f81ce9 commit d7f7509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI&CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
if [ "${#TAGS}" -ne 0 ]; then
docker buildx build \
--platform "$(IFS=, ; echo "${PLATFORMS[*]}")" \
--tag "$(IFS=, ; echo "${TAGS[*]}")" \
$(echo "${TAGS[@]/#/--tag }") \
--push \
.
fi
Expand Down

0 comments on commit d7f7509

Please sign in to comment.