We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92cb9e4 commit a095085Copy full SHA for a095085
.github/workflows/build-and-release-services-images.yml
@@ -81,7 +81,7 @@ jobs:
81
done <<< "${{ steps.meta.outputs.tags }}"
82
83
# Build and push the Docker image with all tags
84
- docker buildx build --platform linux/arm64\
+ docker buildx build --platform linux/arm64\
85
# docker buildx build --platform linux/amd64,linux/arm64\
86
--file "$dockerfile" \
87
"${tag_args[@]}" \
@@ -128,7 +128,7 @@ jobs:
128
- name: set up qemu
129
uses: docker/setup-qemu-action@v3.3.0
130
with:
131
- platform: linux/arm64
+ platforms: linux/arm64
132
133
- name: Log in to Docker Hub
134
uses: docker/login-action@v2
0 commit comments