Skip to content

Commit

Permalink
0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Sep 23, 2023
1 parent d62d3b7 commit 0233cbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/multiarch-docker-hub-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v3.4.0
- name: Set up QEMU
uses: docker/setup-qemu-action@v5
uses: docker/setup-qemu-action@v3
with:
platforms: 'arm64'
- name: Set up Docker Buildx
Expand All @@ -37,7 +37,7 @@ jobs:
images: ${{ secrets.DOCKER_IMAGE_NAME }}-x86

- name: Build and push Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/arm64, linux/amd64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/multiarch-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v3.4.0
- name: Set up QEMU
uses: docker/setup-qemu-action@v5
uses: docker/setup-qemu-action@v3
with:
platforms: 'arm64'
- name: Set up Docker Buildx
Expand All @@ -37,7 +37,7 @@ jobs:
images: ${{ secrets.DOCKER_IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/arm64, linux/amd64
Expand Down

0 comments on commit 0233cbb

Please sign in to comment.