Skip to content

Commit 8acd7f1

Browse files
dependabot[bot]JonasAlfredsson
authored andcommitted
Bump docker/build-push-action from 6.15.0 to 6.16.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.15.0 to 6.16.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.15.0...v6.16.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 94512cf commit 8acd7f1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_client.yml

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

3535
- name: Build and push latest Debian image
36-
uses: docker/build-push-action@v6.15.0
36+
uses: docker/build-push-action@v6.16.0
3737
with:
3838
context: ./client
3939
file: ./client/Dockerfile
@@ -66,7 +66,7 @@ jobs:
6666
run: bash .github/version_extractor.sh client/requirements.txt client
6767

6868
- name: Build and push latest Alpine image
69-
uses: docker/build-push-action@v6.15.0
69+
uses: docker/build-push-action@v6.16.0
7070
with:
7171
context: ./client
7272
file: ./client/Dockerfile-alpine

.github/workflows/build_server.yml

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

3535
- name: Build and push latest Debian image
36-
uses: docker/build-push-action@v6.15.0
36+
uses: docker/build-push-action@v6.16.0
3737
with:
3838
context: ./server
3939
file: ./server/Dockerfile
@@ -66,7 +66,7 @@ jobs:
6666
run: bash .github/version_extractor.sh server/requirements.txt server
6767

6868
- name: Build and push latest Alpine image
69-
uses: docker/build-push-action@v6.15.0
69+
uses: docker/build-push-action@v6.16.0
7070
with:
7171
context: ./server
7272
file: ./server/Dockerfile-alpine

0 commit comments

Comments
 (0)