-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump docker/build-push-action from 6.8.0 to 6.9.0 (#421)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.8.0 to 6.9.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.8.0...v6.9.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4eece7d
commit a5e12de
Showing
2 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -72,7 +72,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Build armv7 | ||
uses: docker/build-push-action@v6.8.0 | ||
uses: docker/build-push-action@v6.9.0 | ||
with: | ||
context: . | ||
push: false | ||
|
@@ -112,7 +112,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Build arm64 | ||
uses: docker/build-push-action@v6.8.0 | ||
uses: docker/build-push-action@v6.9.0 | ||
with: | ||
context: . | ||
push: false | ||
|
@@ -152,7 +152,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Build amd64 | ||
uses: docker/build-push-action@v6.8.0 | ||
uses: docker/build-push-action@v6.9.0 | ||
with: | ||
context: . | ||
push: false | ||
|
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 |
---|---|---|
|
@@ -129,7 +129,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Build armv7 | ||
uses: docker/build-push-action@v6.8.0 | ||
uses: docker/build-push-action@v6.9.0 | ||
with: | ||
context: . | ||
push: false | ||
|
@@ -169,7 +169,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Build arm64 | ||
uses: docker/build-push-action@v6.8.0 | ||
uses: docker/build-push-action@v6.9.0 | ||
with: | ||
context: . | ||
push: false | ||
|
@@ -209,7 +209,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Build amd64 | ||
uses: docker/build-push-action@v6.8.0 | ||
uses: docker/build-push-action@v6.9.0 | ||
with: | ||
context: . | ||
push: false | ||
|