Skip to content

Commit 4611b29

Browse files
build(deps): bump docker/build-push-action from 4 to 5 (#118)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v5) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 73ad327 commit 4611b29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Build "${{ steps.prep.outputs.docker-image-name }}" Docker Image
6262
id: build
63-
uses: docker/build-push-action@v4
63+
uses: docker/build-push-action@v5
6464
with:
6565
builder: ${{ steps.buildx.outputs.name }}
6666
context: .

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
9191
- name: Build "${{ needs.init.outputs.docker-image-name }}:${{ needs.init.outputs.github-ci-sha-short }}-${{ matrix.image-variant }}" Docker Image
9292
id: build
93-
uses: docker/build-push-action@v4
93+
uses: docker/build-push-action@v5
9494
with:
9595
builder: ${{ steps.buildx.outputs.name }}
9696
context: .

0 commit comments

Comments
 (0)