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 2e46ce2 commit 5abc41fCopy full SHA for 5abc41f
.github/workflows/action-docker-test.yml
@@ -18,7 +18,7 @@ jobs:
18
password: ${{ secrets.GITHUB_TOKEN }}
19
20
- name: build and push
21
- uses: docker/build-push-action@v6
+ uses: docker/setup-buildx-action@v3
22
with:
23
push: true
24
platforms: linux/amd64,linux/arm/v8,linux/arm64
0 commit comments