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 c3459c7 commit b6811c4Copy full SHA for b6811c4
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
EOF
51
52
- run: ls -al
53
-
+
54
# Create Docker Image
55
- uses: docker/setup-buildx-action@v3
56
- name: Login to Docker Hub
@@ -59,6 +59,7 @@ jobs:
59
username: ${{ secrets.DOCKER_USER }}
60
password: ${{ secrets.DOCKER_PASSWORD }}
61
62
+ - run: docker run -it --rm --privileged tonistiigi/binfmt --install all
63
- name: Build and push image:latest
64
uses: docker/build-push-action@v5
65
with:
0 commit comments