Skip to content

Commit

Permalink
Merge pull request #201 from yubiuser/dependabot/github_actions/devel…
Browse files Browse the repository at this point in the history
…opment/docker/setup-buildx-action-3.9.0

Bump docker/setup-buildx-action from 3.8.0 to 3.9.0
  • Loading branch information
yubiuser authored Feb 9, 2025
2 parents 26260e4 + afb6404 commit 0942fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: docker/setup-qemu-action@v3.3.0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.8.0
uses: docker/setup-buildx-action@v3.9.0
with:
buildkitd-flags: --debug

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
merge-multiple: true

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.8.0
uses: docker/setup-buildx-action@v3.9.0
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit 0942fd1

Please sign in to comment.