We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccf4269 + 1eb4b2a commit 5802a83Copy full SHA for 5802a83
1 file changed
.github/workflows/release.yaml
@@ -36,7 +36,7 @@ jobs:
36
echo VSCODE_URL="https://code.visualstudio.com/sha/download?build=stable&os=${VSCODE_OS}" >> $GITHUB_ENV
37
- uses: docker/setup-qemu-action@v3
38
- uses: docker/setup-buildx-action@v3
39
- - uses: docker/login-action@v3
+ - uses: docker/login-action@v4
40
with:
41
registry: ghcr.io
42
username: ${{ github.actor }}
@@ -98,7 +98,7 @@ jobs:
98
- noble
99
steps:
100
101
102
103
104
0 commit comments