Skip to content

Commit d5cd731

Browse files
committed
321213
1 parent d1a6866 commit d5cd731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release-services-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ jobs:
8181
done <<< "${{ steps.meta.outputs.tags }}"
8282
8383
# Build and push the Docker image with all tags
84-
docker buildx build --platform linux/amd64\
8584
# docker buildx build --platform linux/arm64\
8685
# docker buildx build --platform linux/amd64,linux/arm64\
86+
docker buildx build --platform linux/amd64\
8787
--file "$dockerfile" \
8888
"${tag_args[@]}" \
8989
--push \

0 commit comments

Comments
 (0)