Skip to content

Commit 2bb2473

Browse files
Bump docker/build-push-action from 6 to 7 (#527)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7bd373a commit 2bb2473

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
-
125125
name: Build and push Docker image
126126
id: build-and-push
127-
uses: docker/build-push-action@v6
127+
uses: docker/build-push-action@v7
128128
with:
129129
context: .
130130
push: ${{ github.event_name != 'pull_request' }}

.github/workflows/test-pr-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
-
3232
name: Build Docker image
3333
id: build
34-
uses: docker/build-push-action@v6
34+
uses: docker/build-push-action@v7
3535
with:
3636
push: false
3737
context: .

0 commit comments

Comments
 (0)