-
Notifications
You must be signed in to change notification settings - Fork 65
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 the updates group with 2 updates (#222)
- Loading branch information
1 parent
b54cc67
commit 7520c46
Showing
2 changed files
with
4 additions
and
4 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 |
---|---|---|
|
@@ -73,7 +73,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v3.2.0 | ||
uses: docker/setup-qemu-action@v3.3.0 | ||
|
||
- name: Login to DockerHub | ||
if: github.event_name != 'pull_request' | ||
|
@@ -92,7 +92,7 @@ jobs: | |
|
||
- name: Build and push | ||
id: docker_build | ||
uses: docker/build-push-action@v6.10.0 | ||
uses: docker/build-push-action@v6.11.0 | ||
with: | ||
platforms: ${{ matrix.platforms }} | ||
# ensure latest base image is used | ||
|
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 |
---|---|---|
|
@@ -26,11 +26,11 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v3.2.0 | ||
uses: docker/setup-qemu-action@v3.3.0 | ||
|
||
- name: Build | ||
id: docker_build | ||
uses: docker/build-push-action@v6.10.0 | ||
uses: docker/build-push-action@v6.11.0 | ||
with: | ||
platforms: ${{ matrix.platforms }} | ||
# ensure latest base image is used | ||
|