Skip to content

Commit b269936

Browse files
committed
Remove checkout and qemu from the merge job.
1 parent af5fc81 commit b269936

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/docker-image-upload.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,6 @@ jobs:
8585
if: ${{ always() && !(contains(needs.*.result, 'failure')) }}
8686
runs-on: ubuntu-latest
8787
steps:
88-
- name: Checkout
89-
uses: actions/checkout@v2
90-
91-
- name: Set up QEMU
92-
uses: docker/setup-qemu-action@v1
93-
with:
94-
platforms: arm64
95-
9688
- name: Set up Docker Buildx
9789
uses: docker/setup-buildx-action@v1
9890

0 commit comments

Comments
 (0)