Skip to content

Commit 9d287bb

Browse files
committed
update
1 parent 5abc41f commit 9d287bb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/action-docker-test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@ jobs:
1717
username: ${{ github.repository_owner }}
1818
password: ${{ secrets.GITHUB_TOKEN }}
1919

20-
- name: build and push
20+
- name: set up docker buildx
2121
uses: docker/setup-buildx-action@v3
22+
23+
- name: build and push
24+
uses: docker/build-push-action@v6
2225
with:
2326
push: true
24-
platforms: linux/amd64,linux/arm/v8,linux/arm64
27+
platforms: linux/amd64,linux/arm/v7,linux/arm64
2528
build-args: |
2629
VERSION=dev
2730
tags: |

0 commit comments

Comments
 (0)