Skip to content

Commit 30d271e

Browse files
dependabot[bot]igaw
authored andcommitted
build(deps): bump docker/build-push-action from 7.0.0 to 7.1.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@d08e5c3...bcafcac) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0a11f05 commit 30d271e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
password: ${{ secrets.GITHUB_TOKEN }}
7070

7171
- name: Build staging image
72-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
72+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
7373
with:
7474
file: staging/Dockerfile.${{ matrix.distro }}
7575
platforms: linux/amd64
@@ -149,7 +149,7 @@ jobs:
149149
password: ${{ secrets.GITHUB_TOKEN }}
150150

151151
- name: Build final image
152-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
152+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
153153
with:
154154
context: .
155155
file: main/Dockerfile.${{ matrix.distro }}
@@ -193,7 +193,7 @@ jobs:
193193
username: ${{ github.actor }}
194194
password: ${{ secrets.GITHUB_TOKEN }}
195195
- name: Build image
196-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
196+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
197197
with:
198198
file: main/Dockerfile.ubuntu.${{ matrix.arch }}
199199
platforms: linux/amd64

0 commit comments

Comments
 (0)