Skip to content

Commit 1b8ace9

Browse files
Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8acd2c6 commit 1b8ace9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
password: ${{ secrets.GITHUB_TOKEN }}
7474

7575
- name: Build and load
76-
uses: docker/build-push-action@v5
76+
uses: docker/build-push-action@v6
7777
with:
7878
context: ${{ matrix.dir }}
7979
file: ${{ matrix.file }}
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Build and push
109109
id: build
110-
uses: docker/build-push-action@v5
110+
uses: docker/build-push-action@v6
111111
with:
112112
context: ${{ matrix.dir }}
113113
file: ${{ matrix.file }}

0 commit comments

Comments
 (0)