Skip to content

Commit

Permalink
chore(deps): update docker/setup-buildx-action action to v2 (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: chgl <[email protected]>
  • Loading branch information
3 people committed May 10, 2022
1 parent 1dca26a commit 5a7f2b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
quay.io/chgl/fhir-server-exporter
ghcr.io/chgl/fhir-server-exporter
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
uses: docker/login-action@v2
if: github.event_name != 'pull_request'
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
- name: Get platforms to build
id: platforms
run: |
Expand Down

0 comments on commit 5a7f2b6

Please sign in to comment.