Skip to content

Commit

Permalink
321
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Jan 4, 2025
1 parent 1fe24e5 commit f454da1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-release-services-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ jobs:
done <<< "${{ steps.meta.outputs.tags }}"
# Build and push the Docker image with all tags
docker buildx build --platform linux/amd64,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 f454da1

Please sign in to comment.