Skip to content

Commit a93701e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
driver-opts: network=host
186186
-
187187
name: Build and push
188-
uses: docker/build-push-action@v5
188+
uses: docker/build-push-action@v6
189189
with:
190190
context: ./test
191191
push: true
@@ -230,7 +230,7 @@ jobs:
230230
driver-opts: network=host
231231
-
232232
name: Build and push
233-
uses: docker/build-push-action@v5
233+
uses: docker/build-push-action@v6
234234
with:
235235
context: ./test
236236
push: true

0 commit comments

Comments
 (0)