Skip to content

Commit ee76b1e

Browse files
Bump docker/build-push-action from 6.19.2 to 7.0.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.19.2 to 7.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@10e90e3...d08e5c3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c7170c4 commit ee76b1e

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
@@ -41,7 +41,7 @@ jobs:
4141
password: ${{ secrets.DOCKER_PASS }}
4242

4343
- name: Build and push ${{ matrix.target }}
44-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
44+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
4545
with:
4646
context: .
4747
target: ${{ matrix.target }}
@@ -94,7 +94,7 @@ jobs:
9494
password: ${{ secrets.DOCKER_PASS }}
9595

9696
- name: Build and push ${{ matrix.target }}
97-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
97+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
9898
with:
9999
context: .
100100
file: Dockerfile.final
@@ -140,7 +140,7 @@ jobs:
140140
password: ${{ secrets.GHCR_ACCESS_TOKEN }}
141141

142142
- name: Build and push latest image
143-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
143+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
144144
with:
145145
context: .
146146
file: Dockerfile.final

0 commit comments

Comments
 (0)