Skip to content
Merged
Prev Previous commit
Next Next commit
chore: update docker/setup-buildx-action action to v3 (conventional-c…
…hangelog#3709)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 21, 2023
commit 6ff31a370507722d1ce22368b37a0005045a9b39
2 changes: 1 addition & 1 deletion .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Log into registry
uses: docker/login-action@v3
with:
Expand Down