File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -39,17 +39,15 @@ 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/release-downloader@v1.3
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
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
5452 env :
5553 GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 2424 "package" : " ./ci/build/build-packages.sh" ,
2525 "postinstall" : " ./ci/dev/postinstall.sh" ,
2626 "publish:npm" : " ./ci/steps/publish-npm.sh" ,
27+ "publish:docker" : " ./ci/steps/docker-buildx-push.sh" ,
2728 "_audit" : " ./ci/dev/audit.sh" ,
2829 "fmt" : " ./ci/dev/fmt.sh" ,
2930 "lint" : " ./ci/dev/lint.sh" ,
You can’t perform that action at this time.
0 commit comments