Skip to content

Commit 763d267

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] <[email protected]>
1 parent 8aa5f17 commit 763d267

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_latest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
password: ${{ secrets.DOCKERHUB_TOKEN }}
3636

3737
- name: Build and push latest Debian image
38-
uses: docker/build-push-action@v6.15.0
38+
uses: docker/build-push-action@v6.16.0
3939
with:
4040
context: ./src
4141
file: ./src/Dockerfile
@@ -65,7 +65,7 @@ jobs:
6565
password: ${{ secrets.DOCKERHUB_TOKEN }}
6666

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

.github/workflows/build_tags.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: bash .github/version_extractor.sh ${GITHUB_REF} >> $GITHUB_ENV
3131

3232
- name: Build and push all Debian images
33-
uses: docker/build-push-action@v6.15.0
33+
uses: docker/build-push-action@v6.16.0
3434
with:
3535
context: ./src
3636
file: ./src/Dockerfile
@@ -70,7 +70,7 @@ jobs:
7070
run: bash .github/version_extractor.sh ${GITHUB_REF} >> $GITHUB_ENV
7171

7272
- name: Build and push all Alpine images
73-
uses: docker/build-push-action@v6.15.0
73+
uses: docker/build-push-action@v6.16.0
7474
with:
7575
context: ./src
7676
file: ./src/Dockerfile-alpine

0 commit comments

Comments
 (0)