Skip to content

Commit cb0037d

Browse files
committed
failed, trying ubuntu 22
1 parent 0eeb9fa commit cb0037d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
push_to_registry:
2929
name: Push Docker image to Docker Hub
3030

31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
env:
3333
COMMIT_SHA: ${{ github.sha }}
3434
strategy:
@@ -51,8 +51,6 @@ jobs:
5151

5252
- name: Set up QEMU
5353
uses: docker/setup-qemu-action@v3
54-
with:
55-
image: tonistiigi/binfmt:qemu-v8.1.5
5654

5755
- name: Set up Docker Buildx
5856
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)