Skip to content

Commit e0c95fc

Browse files
authored
Merge pull request #86 from crazy-max/dependabot/github_actions/docker/build-push-action-6
build(deps): bump docker/build-push-action from 5 to 6
2 parents 25cb73f + a93701e commit e0c95fc

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)