Skip to content

Commit

Permalink
Merge pull request #346 from Roave/renovate/docker-setup-buildx-actio…
Browse files Browse the repository at this point in the history
…n-3.x

Update docker/setup-buildx-action action to v3
  • Loading branch information
Ocramius committed Nov 24, 2023
2 parents 9af8ebb + 1af8ff2 commit cc83dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Install BuildX"
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
install: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit cc83dd2

Please sign in to comment.