Skip to content

Commit 7215b54

Browse files
Bump docker/build-push-action from 2.7.0 to 2.9.0 (#103)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.7.0 to 2.9.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2.7.0...v2.9.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0474ad8 commit 7215b54

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
@@ -37,7 +37,7 @@ jobs:
3737
password: ${{ secrets.DOCKERHUB_TOKEN }}
3838

3939
- name: Build and push latest Debian image
40-
uses: docker/build-push-action@v2.7.0
40+
uses: docker/build-push-action@v2.9.0
4141
with:
4242
context: ./src
4343
file: ./src/Dockerfile
@@ -71,7 +71,7 @@ jobs:
7171
password: ${{ secrets.DOCKERHUB_TOKEN }}
7272

7373
- name: Build and push latest Alpine image
74-
uses: docker/build-push-action@v2.7.0
74+
uses: docker/build-push-action@v2.9.0
7575
with:
7676
context: ./src
7777
file: ./src/Dockerfile-alpine

.github/workflows/build_tags.yml

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

3434
- name: Build and push all Debian images
35-
uses: docker/build-push-action@v2.7.0
35+
uses: docker/build-push-action@v2.9.0
3636
with:
3737
context: ./src
3838
file: ./src/Dockerfile
@@ -75,7 +75,7 @@ jobs:
7575
password: ${{ secrets.DOCKERHUB_TOKEN }}
7676

7777
- name: Build and push all Alpine images
78-
uses: docker/build-push-action@v2.7.0
78+
uses: docker/build-push-action@v2.9.0
7979
with:
8080
context: ./src
8181
file: ./src/Dockerfile-alpine

0 commit comments

Comments
 (0)