Skip to content

Commit b6811c4

Browse files
committed
ci: update workflows config.
1 parent c3459c7 commit b6811c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
EOF
5151
5252
- run: ls -al
53-
53+
5454
# Create Docker Image
5555
- uses: docker/setup-buildx-action@v3
5656
- name: Login to Docker Hub
@@ -59,6 +59,7 @@ jobs:
5959
username: ${{ secrets.DOCKER_USER }}
6060
password: ${{ secrets.DOCKER_PASSWORD }}
6161

62+
- run: docker run -it --rm --privileged tonistiigi/binfmt --install all
6263
- name: Build and push image:latest
6364
uses: docker/build-push-action@v5
6465
with:

0 commit comments

Comments
 (0)