Skip to content

Commit 35429d7

Browse files
dependabot[bot]JonasAlfredsson
authored andcommitted
Bump docker/build-push-action from 2.5.0 to 2.6.1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 2.6.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2.5.0...v2.6.1) --- 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 feeb922 commit 35429d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
password: ${{ secrets.DOCKERHUB_TOKEN }}
3737

3838
- name: Build and push latest Debian image
39-
uses: docker/build-push-action@v2.5.0
39+
uses: docker/build-push-action@v2.6.1
4040
with:
4141
context: ./src
4242
file: ./src/Dockerfile
@@ -69,7 +69,7 @@ jobs:
6969
password: ${{ secrets.DOCKERHUB_TOKEN }}
7070

7171
- name: Build and push latest Alpine image
72-
uses: docker/build-push-action@v2.5.0
72+
uses: docker/build-push-action@v2.6.1
7373
with:
7474
context: ./src
7575
file: ./src/Dockerfile-alpine

.github/workflows/build_tags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
password: ${{ secrets.DOCKERHUB_TOKEN }}
3232

3333
- name: Build and push all Debian images
34-
uses: docker/build-push-action@v2.5.0
34+
uses: docker/build-push-action@v2.6.1
3535
with:
3636
context: ./src
3737
file: ./src/Dockerfile
@@ -73,7 +73,7 @@ jobs:
7373
password: ${{ secrets.DOCKERHUB_TOKEN }}
7474

7575
- name: Build and push all Alpine images
76-
uses: docker/build-push-action@v2.5.0
76+
uses: docker/build-push-action@v2.6.1
7777
with:
7878
context: ./src
7979
file: ./src/Dockerfile-alpine

0 commit comments

Comments
 (0)