We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a46624 + ba8c6c1 commit 1339ac1Copy full SHA for 1339ac1
1 file changed
.github/workflows/release.yaml
@@ -35,7 +35,7 @@ jobs:
35
echo ARTIFACT_NAME=image-digest-${{ matrix.variant }}-${PLATFORM//\//-} >> $GITHUB_ENV
36
echo VSCODE_URL="https://code.visualstudio.com/sha/download?build=stable&os=${VSCODE_OS}" >> $GITHUB_ENV
37
- uses: docker/setup-qemu-action@v4
38
- - uses: docker/setup-buildx-action@v3
+ - uses: docker/setup-buildx-action@v4
39
- uses: docker/login-action@v4
40
with:
41
registry: ghcr.io
@@ -97,7 +97,7 @@ jobs:
97
- jammy
98
- noble
99
steps:
100
101
102
103
0 commit comments