Skip to content

Commit 126959d

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 bd92c20 commit 126959d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
#type=semver,pattern={{major}}
9393
9494
- name: Build and push
95-
uses: docker/build-push-action@v6
95+
uses: docker/build-push-action@v7
9696
with:
9797
context: .
9898
push: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
#type=semver,pattern={{major}}
9494
9595
- name: Build and push
96-
uses: docker/build-push-action@v6
96+
uses: docker/build-push-action@v7
9797
with:
9898
context: .
9999
push: true

0 commit comments

Comments
 (0)