Skip to content

Commit 3aedafa

Browse files
dependabot[bot]per1234
authored andcommitted
build(deps): 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 284dd83 commit 3aedafa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-containers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v4
4444

4545
- name: Build and push to local registry
46-
uses: docker/build-push-action@v5
46+
uses: docker/build-push-action@v6
4747
with:
4848
context: .
4949
file: ${{ matrix.image.path }}

.github/workflows/push-container-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
images: ${{ matrix.image.registry }}/${{ matrix.image.name }}
6060

6161
- name: Build and push image
62-
uses: docker/build-push-action@v5
62+
uses: docker/build-push-action@v6
6363
with:
6464
context: .
6565
file: ${{ matrix.image.path }}

0 commit comments

Comments
 (0)