Skip to content

Commit

Permalink
fix(ci): set buildx to v0.6.3 in docker phase to remediate issue dock…
Browse files Browse the repository at this point in the history
…er/buildx#850

Signed-off-by: Frederico Araujo <frederico.araujo@ibm.com>
  • Loading branch information
araujof committed Feb 8, 2022
1 parent 24b5471 commit 8ed0806
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ jobs:
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
version: v0.6.3
- name: Login to DockerHub
uses: docker/login-action@v1
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 8ed0806

Please sign in to comment.