-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump docker/setup-buildx-action from 3.7.1 to 3.8.0 in t…
…he updates group (#3202)
- Loading branch information
1 parent
678dda5
commit 05cbbfc
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,7 +128,7 @@ jobs: | |
org.opencontainers.image.authors=Geoff Bourne <[email protected]> | ||
- name: Setup Docker Buildx | ||
uses: docker/setup-buildx-action@v3.7.1 | ||
uses: docker/setup-buildx-action@v3.8.0 | ||
|
||
- name: Set up QEMU | ||
uses: docker/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Setup Docker Buildx | ||
uses: docker/setup-buildx-action@v3.7.1 | ||
uses: docker/setup-buildx-action@v3.8.0 | ||
|
||
- name: Confirm multi-arch build | ||
uses: docker/[email protected] | ||
|