Skip to content

Commit

Permalink
Does this fix the github action?
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaldus committed May 1, 2024
1 parent 780d35f commit 2255617
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

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

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

- name: Build and push container
run: |
Expand Down

0 comments on commit 2255617

Please sign in to comment.