Skip to content

Commit 79d8b57

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

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.14.0
36+
uses: docker/build-push-action@v6.15.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.14.0
69+
uses: docker/build-push-action@v6.15.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.14.0
36+
uses: docker/build-push-action@v6.15.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.14.0
69+
uses: docker/build-push-action@v6.15.0
7070
with:
7171
context: ./server
7272
file: ./server/Dockerfile-alpine

0 commit comments

Comments
 (0)