Skip to content

Commit e040cb9

Browse files
dependabot[bot]hakwerk
authored andcommitted
Bump docker/build-push-action from 6 to 7
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 ffbaf30 commit e040cb9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-dockers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
password: ${{ secrets.GITHUB_TOKEN }}
9898

9999
- name: Build and push
100-
uses: docker/build-push-action@v6
100+
uses: docker/build-push-action@v7
101101
with:
102102
context: build
103103
file: ${{ matrix.dockerfile }}

.github/workflows/build-standalone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
password: ${{ secrets.GITHUB_TOKEN }}
103103

104104
- name: Build and push docker images
105-
uses: docker/build-push-action@v6
105+
uses: docker/build-push-action@v7
106106
with:
107107
annotations: ${{ steps.meta.outputs.annotations }}
108108
context: release

0 commit comments

Comments
 (0)