Skip to content

Commit

Permalink
Merge pull request #92 from fhem/renovate/docker-setup-buildx-action-3.x
Browse files Browse the repository at this point in the history
Update docker/setup-buildx-action action to v3
  • Loading branch information
sidey79 authored Dec 6, 2023
2 parents f61bd55 + 83553a9 commit 1e81b71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/integrationtest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
using: "composite"
steps:
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

# Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-matrix-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: docker/setup-qemu-action@v3

- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
driver-opts: |
image=moby/buildkit:v0.12.4
Expand Down

0 comments on commit 1e81b71

Please sign in to comment.