Skip to content

Commit 3b42392

Browse files
Bump docker/build-push-action from 6 to 7 in /.github/workflows
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent df17146 commit 3b42392

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171

172172
- name: Build and Push Base Images
173173
if: github.event_name != 'pull_request'
174-
uses: docker/build-push-action@v6
174+
uses: docker/build-push-action@v7
175175
env:
176176
DOCKER_BUILDKIT: 1
177177
with:
@@ -383,7 +383,7 @@ jobs:
383383

384384
- name: Build and push
385385
if: github.event_name != 'pull_request'
386-
uses: docker/build-push-action@v6
386+
uses: docker/build-push-action@v7
387387
env:
388388
DOCKER_BUILDKIT: 1
389389
with:

.github/workflows/scans.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: docker/setup-buildx-action@master
4242

4343
- name: Build local container
44-
uses: docker/build-push-action@v6
44+
uses: docker/build-push-action@v7
4545
env:
4646
DOCKER_BUILDKIT: 1
4747
with:

0 commit comments

Comments
 (0)