Skip to content
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

Tag the correct gitpod docker image name #1874

Merged
merged 1 commit into from
Oct 5, 2022

Conversation

ewels
Copy link
Member

@ewels ewels commented Oct 4, 2022

GitPod docker push on release was failing, as a copy+paste typo had tools instead of gitpod:

docker tag nfcore/gitpod:latest nfcore/tools:2.6
docker push nfcore/gitpod:2.6

Now fixed, should work next release 🤞🏻

PR checklist

  • This comment contains a description of changes (with reason)
  • CHANGELOG.md is updated

@ewels
Copy link
Member Author

ewels commented Oct 4, 2022

CI failures are because we hit the rate limit for installing nextflow (GitHub API).

Should hopefully work if re-triggered in an hour or so.

@codecov
Copy link

codecov bot commented Oct 5, 2022

Codecov Report

Merging #1874 (8832904) into dev (d2f9ce7) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev    #1874   +/-   ##
=======================================
  Coverage   64.44%   64.44%           
=======================================
  Files          35       35           
  Lines        4180     4180           
=======================================
  Hits         2694     2694           
  Misses       1486     1486           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ewels ewels merged commit 2fa3af7 into nf-core:dev Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants