Skip to content

Commit 35d6621

Browse files
[chore(ci)](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 69525a8 commit 35d6621

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/builds.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ jobs:
374374
375375
- name: Docker Build & Push
376376
if: github.event_name != 'workflow_dispatch'
377-
uses: docker/build-push-action@v5
377+
uses: docker/build-push-action@v6
378378
with:
379379
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
380380
cache-to: type=inline
@@ -390,7 +390,7 @@ jobs:
390390

391391
- name: Docker Build & Push
392392
if: (github.event_name == 'workflow_dispatch' && github.event.inputs.force-builds)
393-
uses: docker/build-push-action@v5
393+
uses: docker/build-push-action@v6
394394
with:
395395
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
396396
cache-to: type=inline

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
buildkitd-flags: "--debug"
3232

3333
- name: Docker Build
34-
uses: docker/build-push-action@v5
34+
uses: docker/build-push-action@v6
3535
with:
3636
cache-from: type=gha
3737
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)