Skip to content

Commit 0797a0b

Browse files
dependabot[bot]JonasAlfredsson
authored andcommitted
Bump docker/build-push-action from 6.19.2 to 7.0.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.19.2 to 7.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.19.2...v7.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d8e1e5 commit 0797a0b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_client.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: bash .github/version_extractor.sh client/requirements.txt client >> $GITHUB_ENV
3333

3434
- name: Build and push latest Debian image
35-
uses: docker/build-push-action@v6.19.2
35+
uses: docker/build-push-action@v7.0.0
3636
with:
3737
context: ./client
3838
file: ./client/Dockerfile
@@ -65,7 +65,7 @@ jobs:
6565
run: bash .github/version_extractor.sh client/requirements.txt client >> $GITHUB_ENV
6666

6767
- name: Build and push latest Alpine image
68-
uses: docker/build-push-action@v6.19.2
68+
uses: docker/build-push-action@v7.0.0
6969
with:
7070
context: ./client
7171
file: ./client/Dockerfile-alpine

.github/workflows/build_server.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: bash .github/version_extractor.sh server/requirements.txt server >> $GITHUB_ENV
3333

3434
- name: Build and push latest Debian image
35-
uses: docker/build-push-action@v6.19.2
35+
uses: docker/build-push-action@v7.0.0
3636
with:
3737
context: ./server
3838
file: ./server/Dockerfile
@@ -65,7 +65,7 @@ jobs:
6565
run: bash .github/version_extractor.sh server/requirements.txt server >> $GITHUB_ENV
6666

6767
- name: Build and push latest Alpine image
68-
uses: docker/build-push-action@v6.19.2
68+
uses: docker/build-push-action@v7.0.0
6969
with:
7070
context: ./server
7171
file: ./server/Dockerfile-alpine

0 commit comments

Comments
 (0)