Skip to content

Commit a9a8a9d

Browse files
authored
Merge pull request #220 from docker/dependabot/github_actions/docker/build-push-action-7
build(deps): bump docker/build-push-action from 6 to 7
2 parents 6b9b235 + 25e790c commit a9a8a9d

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
@@ -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)