Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 9990184

Browse files
authored
Update image-publish.yml
1 parent 73b3aad commit 9990184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/image-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2424
- name: Set up Docker Buildx
25-
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3
25+
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3
2626
- name: Compute version number
2727
id: version-string
2828
run: |
@@ -55,7 +55,7 @@ jobs:
5555
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v5
5656
with:
5757
context: .
58-
platforms: linux/amd64,linux/arm64
58+
platforms: linux/amd64
5959
push: true
6060
file: ./Dockerfile
6161
tags: ${{ steps.docker-metadata.outputs.tags }}

0 commit comments

Comments
 (0)