Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
fix(ci): use alias_tags are image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed May 2, 2024
1 parent 8ff5bc9 commit fcbc118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# in addition to existing tag logic, add docker-buildx friendly tags
BUILDX_TAGS=$(
for TAG in "${BUILD_TAGS[@]}"; do
for TAG in "${alias_tags[@]}"; do
echo "${TAG}"
done)
echo "BUILDX_TAGS<<EOF" >> $GITHUB_ENV
Expand Down

0 comments on commit fcbc118

Please sign in to comment.