Skip to content

Commit

Permalink
test: remove quemu and buildx steps
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Savage <[email protected]>
  • Loading branch information
arthurus-rex committed Jul 31, 2024
1 parent 52706a8 commit 80f4562
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
# with:
# fetch-depth: 0

- name: qemu-setup
uses: docker/setup-qemu-action@v3
# - name: qemu-setup
# uses: docker/setup-qemu-action@v3

- name: docker-buildx
uses: docker/setup-buildx-action@v3
# - name: docker-buildx
# uses: docker/setup-buildx-action@v3

- name: login-quay
uses: docker/login-action@v3
Expand Down

0 comments on commit 80f4562

Please sign in to comment.