Skip to content

Commit 25e790c

Browse files
build(deps): bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6b9b235 commit 25e790c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
driver-opts: network=host
167167
-
168168
name: Build and push
169-
uses: docker/build-push-action@v6
169+
uses: docker/build-push-action@v7
170170
with:
171171
context: ./test
172172
push: true
@@ -205,7 +205,7 @@ jobs:
205205
driver-opts: network=host
206206
-
207207
name: Build and push
208-
uses: docker/build-push-action@v6
208+
uses: docker/build-push-action@v7
209209
with:
210210
context: ./test
211211
push: true

0 commit comments

Comments
 (0)