Skip to content

Commit 5be06db

Browse files
committed
chore: attempt to fix docker
1 parent 09fc64a commit 5be06db

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.github/workflows/docker.yaml

+11-8
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,18 @@ jobs:
3939
id: version
4040
run: echo "::set-output name=version::$(jq -r .version package.json)"
4141

42-
- name: Download artifact
43-
uses: dawidd6/action-download-artifact@v2
44-
id: download
42+
- name: Download release artifacts
43+
uses: robinraju/[email protected]
4544
with:
46-
branch: v${{ steps.version.outputs.version }}
47-
workflow: ci.yaml
48-
workflow_conclusion: completed
49-
name: "release-packages"
50-
path: release-packages
45+
repository: "coder/code-server"
46+
latest: true
47+
fileName: "*"
48+
zipBall: true
49+
out-file-path: "release-packages"
50+
path: "release-packages"
51+
52+
- name: Unzip release artifacts
53+
run: tar -xzf release-packages
5154

5255
- name: Run ./ci/steps/docker-buildx-push.sh
5356
run: ./ci/steps/docker-buildx-push.sh

0 commit comments

Comments
 (0)