Skip to content

Commit

Permalink
321213
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Jan 18, 2025
1 parent d1a6866 commit d5cd731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release-services-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
done <<< "${{ steps.meta.outputs.tags }}"
# Build and push the Docker image with all tags
docker buildx build --platform linux/amd64\
# docker buildx build --platform linux/arm64\
# docker buildx build --platform linux/amd64,linux/arm64\
docker buildx build --platform linux/amd64\
--file "$dockerfile" \
"${tag_args[@]}" \
--push \
Expand Down

0 comments on commit d5cd731

Please sign in to comment.