Skip to content

Commit a095085

Browse files
committed
321
1 parent 92cb9e4 commit a095085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
done <<< "${{ steps.meta.outputs.tags }}"
8282
8383
# Build and push the Docker image with all tags
84-
docker buildx build --platform linux/arm64\
84+
docker buildx build --platform linux/arm64\
8585
# docker buildx build --platform linux/amd64,linux/arm64\
8686
--file "$dockerfile" \
8787
"${tag_args[@]}" \
@@ -128,7 +128,7 @@ jobs:
128128
- name: set up qemu
129129
uses: docker/setup-qemu-action@v3.3.0
130130
with:
131-
platform: linux/arm64
131+
platforms: linux/arm64
132132

133133
- name: Log in to Docker Hub
134134
uses: docker/login-action@v2

0 commit comments

Comments
 (0)