Skip to content

Commit 6b9b235

Browse files
authored
Merge pull request #218 from docker/dependabot/github_actions/docker/setup-buildx-action-4
build(deps): bump docker/setup-buildx-action from 3 to 4
2 parents da08d0c + 7461c60 commit 6b9b235

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
@@ -160,7 +160,7 @@ jobs:
160160
docker run -d -p 5000:5000 --restart=always --name registry registry:2
161161
-
162162
name: Set up Docker Buildx
163-
uses: docker/setup-buildx-action@v3
163+
uses: docker/setup-buildx-action@v4
164164
with:
165165
driver: docker
166166
driver-opts: network=host
@@ -199,7 +199,7 @@ jobs:
199199
docker run -d -p 5000:5000 --restart=always --name registry registry:2
200200
-
201201
name: Set up Docker Buildx
202-
uses: docker/setup-buildx-action@v3
202+
uses: docker/setup-buildx-action@v4
203203
with:
204204
driver: docker
205205
driver-opts: network=host

0 commit comments

Comments
 (0)