Skip to content

Commit 74b8b97

Browse files
build(deps): bump docker/build-push-action from 6 to 7 (#1378)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 272a2c4 commit 74b8b97

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
git describe --tags --dirty | tee VERSION
5555
5656
- name: Build and push Docker image
57-
uses: docker/build-push-action@v6
57+
uses: docker/build-push-action@v7
5858
with:
5959
context: .
6060
file: utils/docker/Dockerfile

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
type=semver,pattern={{major}},value=${{ needs.release-please.outputs.release_name }}
5353
5454
- name: Build and push Docker image
55-
uses: docker/build-push-action@v6
55+
uses: docker/build-push-action@v7
5656
with:
5757
context: .
5858
file: utils/docker/Dockerfile

0 commit comments

Comments
 (0)