Skip to content

Commit

Permalink
Swithc to v2 to support multi-platform build
Browse files Browse the repository at this point in the history
  • Loading branch information
d61h6k4 committed Jun 19, 2023
1 parent 41a9cf3 commit aa55a9c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -847,10 +847,7 @@ jobs:
shell: bash

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c
with:
version: v0.5.1
driver: docker
uses: docker/setup-buildx-action@v2

- name: Login to DockerHub Registry 🔢
run: echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ env.DOCKERHUB_USERNAME }} --password-stdin || true
Expand Down Expand Up @@ -1046,11 +1043,7 @@ jobs:
shell: bash

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c
id: buildx
with:
version: v0.5.1
driver: docker
uses: docker/setup-buildx-action@v2

- name: Echo Available platforms
run: echo ${{ steps.buildx.outputs.platforms }}
Expand Down

0 comments on commit aa55a9c

Please sign in to comment.