Skip to content

Commit

Permalink
multi test
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Arcuri committed Jul 30, 2024
1 parent dd2b407 commit f4f5363
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/multiarch.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: docker-compose-actions-workflow
name: multiarch_push
on:
push:
branches:
Expand Down Expand Up @@ -29,12 +29,12 @@ jobs:
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: all

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
install: true

Expand Down

0 comments on commit f4f5363

Please sign in to comment.