-
Notifications
You must be signed in to change notification settings - Fork 6.3k
chore: attempt to fix docker #5106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✨ code-server docs for PR #5106 is ready! It will be updated on every commit.
- Host: https://coder.com/docs/code-server/b9ace65
- Last deploy status: success
- Commit: 2380941
- Workflow status: https://github.com/coder/code-server/actions/runs/2170158058
Codecov Report
Merging #5106 (2380941) into main (09fc64a) will not change coverage.
The diff coverage isn/a
.
@@ Coverage Diff @@ ## main #5106 +/- ## ======================================= Coverage 71.33% 71.33% ======================================= Files 30 30 Lines 1685 1685 Branches 374 374 ======================================= Hits 1202 1202 Misses 413 413 Partials 70 70
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 09fc64a...2380941. Read the comment docs.
Co-authored-by: Asher <ash@coder.com>
e3b5e72
to
2380941
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for consistency, i wanted it to be like the publish:npm
flow/script.
* chore: attempt to fix docker * Update .github/workflows/docker.yaml Co-authored-by: Asher <ash@coder.com> * chore: add publish:docker to scripts Co-authored-by: Asher <ash@coder.com>
Uh oh!
There was an error while loading. Please reload this page.
We had an issue publishing v4.0.3 where the action couldn't find the artifacts to download. This changes that flow to download the release assets from the release for the Docker workflow.