Skip to content

Commit

Permalink
fix: buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuba Wolynko committed Nov 8, 2024
1 parent 66752d1 commit 1951807
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ jobs:
- name: checkout code
uses: actions/checkout@v2

- name: install buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v1
with:
version: latest
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Login to Quay.io
uses: docker/login-action@v3
Expand Down

0 comments on commit 1951807

Please sign in to comment.