-
-
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/build-push-action from 6.3.0 to 6.4.1 in the…
… updates group (#3010)
- Loading branch information
1 parent
de1d7f4
commit be846dd
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 |
---|---|---|
|
@@ -138,7 +138,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Build for test | ||
uses: docker/build-push-action@v6.3.0 | ||
uses: docker/build-push-action@v6.4.1 | ||
with: | ||
platforms: linux/amd64 | ||
tags: ${{ env.IMAGE_TO_TEST }} | ||
|
@@ -176,7 +176,7 @@ jobs: | |
password: ${{ github.token }} | ||
|
||
- name: Build and push | ||
uses: docker/build-push-action@v6.3.0 | ||
uses: docker/build-push-action@v6.4.1 | ||
if: github.actor == github.repository_owner | ||
with: | ||
platforms: ${{ matrix.platforms }} | ||
|
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 |
---|---|---|
|
@@ -55,7 +55,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Confirm multi-arch build | ||
uses: docker/build-push-action@v6.3.0 | ||
uses: docker/build-push-action@v6.4.1 | ||
with: | ||
platforms: ${{ matrix.platforms }} | ||
# ensure latest base image is used | ||
|
@@ -65,7 +65,7 @@ jobs: | |
cache-from: type=gha,scope=${{ matrix.variant }} | ||
|
||
- name: Build for test | ||
uses: docker/build-push-action@v6.3.0 | ||
uses: docker/build-push-action@v6.4.1 | ||
with: | ||
# Only build single platform since loading multi-arch image into daemon fails with | ||
# "docker exporter does not currently support exporting manifest lists" | ||
|
be846dd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jsjsjs