We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c17a3e commit b99f15fCopy full SHA for b99f15f
1 file changed
.github/workflows/server.yml
@@ -226,7 +226,7 @@ jobs:
226
python-version: '3.13'
227
228
- name: Set up Docker Buildx
229
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v4
230
231
- name: Log in to GHCR
232
uses: docker/login-action@v4
@@ -356,7 +356,7 @@ jobs:
356
echo "Using SHORT_SHA: $SHORT_SHA"
357
358
359
360
361
362
0 commit comments