Skip to content

Commit 38da814

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
# https://github.com/docker/build-push-action
9292
- name: Build and push Docker image
9393
id: build-and-push
94-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
94+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
9595
with:
9696
context: images/debug
9797
push: ${{ github.event_name != 'pull_request' }}

.github/workflows/release-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Build and push
7272
id: build-and-push
73-
uses: docker/build-push-action@v4
73+
uses: docker/build-push-action@v6
7474
with:
7575
context: ${{ inputs.context }}
7676
file: ${{ inputs.context }}/${{ inputs.dockerfile }}

0 commit comments

Comments
 (0)