We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da08d0c + 7461c60 commit 6b9b235Copy full SHA for 6b9b235
1 file changed
.github/workflows/ci.yml
@@ -160,7 +160,7 @@ jobs:
160
docker run -d -p 5000:5000 --restart=always --name registry registry:2
161
-
162
name: Set up Docker Buildx
163
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v4
164
with:
165
driver: docker
166
driver-opts: network=host
@@ -199,7 +199,7 @@ jobs:
199
200
201
202
203
204
205
0 commit comments