Skip to content

Commit

Permalink
setup qemu after buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Sep 10, 2023
1 parent 0b40b2b commit c07f0a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push_latest_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
- name: Checkout elabimg repo
uses: actions/checkout@v3

# https://github.com/docker/setup-qemu-action#usage
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

# https://github.com/marketplace/actions/docker-setup-buildx
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

# https://github.com/docker/setup-qemu-action#usage
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

# https://github.com/docker/login-action#docker-hub
- name: Login to Docker Hub
uses: docker/login-action@v2
Expand Down

0 comments on commit c07f0a4

Please sign in to comment.