We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abc41f commit 9d287bbCopy full SHA for 9d287bb
.github/workflows/action-docker-test.yml
@@ -17,11 +17,14 @@ jobs:
17
username: ${{ github.repository_owner }}
18
password: ${{ secrets.GITHUB_TOKEN }}
19
20
- - name: build and push
+ - name: set up docker buildx
21
uses: docker/setup-buildx-action@v3
22
+
23
+ - name: build and push
24
+ uses: docker/build-push-action@v6
25
with:
26
push: true
- platforms: linux/amd64,linux/arm/v8,linux/arm64
27
+ platforms: linux/amd64,linux/arm/v7,linux/arm64
28
build-args: |
29
VERSION=dev
30
tags: |
0 commit comments