File tree 2 files changed +10
-11
lines changed
2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -39,17 +39,15 @@ jobs:
39
39
id : version
40
40
run : echo "::set-output name=version::$(jq -r .version package.json)"
41
41
42
- - name : Download artifact
43
- uses : dawidd6/action-download-artifact@v2
44
- id : download
42
+ - name : Download release artifacts
43
+
45
44
with :
46
- branch : v${{ steps.version.outputs.version }}
47
- workflow : ci.yaml
48
- workflow_conclusion : completed
49
- name : " release-packages"
50
- path : release-packages
51
-
52
- - name : Run ./ci/steps/docker-buildx-push.sh
53
- run : ./ci/steps/docker-buildx-push.sh
45
+ repository : " coder/code-server"
46
+ tag : v${{ steps.version.outputs.version }}
47
+ fileName : " *.deb"
48
+ out-file-path : " release-packages"
49
+
50
+ - name : Publish to Docker
51
+ run : yarn publish:docker
54
52
env :
55
53
GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 24
24
"package" : " ./ci/build/build-packages.sh" ,
25
25
"postinstall" : " ./ci/dev/postinstall.sh" ,
26
26
"publish:npm" : " ./ci/steps/publish-npm.sh" ,
27
+ "publish:docker" : " ./ci/steps/docker-buildx-push.sh" ,
27
28
"_audit" : " ./ci/dev/audit.sh" ,
28
29
"fmt" : " ./ci/dev/fmt.sh" ,
29
30
"lint" : " ./ci/dev/lint.sh" ,
You can’t perform that action at this time.
0 commit comments