Skip to content

Commit

Permalink
Merge pull request #1874 from ewels/fix-gitpod-versioned-images
Browse files Browse the repository at this point in the history
Tag the correct gitpod docker image name
  • Loading branch information
ewels authored Oct 5, 2022
2 parents 4eb29a4 + 8832904 commit 2fa3af7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_dockerhub_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
docker tag nfcore/tools:latest nfcore/tools:${{ github.event.release.tag_name }}
docker push nfcore/tools:${{ github.event.release.tag_name }}
docker push nfcore/gitpod:latest
docker tag nfcore/gitpod:latest nfcore/tools:${{ github.event.release.tag_name }}
docker tag nfcore/gitpod:latest nfcore/gitpod:${{ github.event.release.tag_name }}
docker push nfcore/gitpod:${{ github.event.release.tag_name }}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

### General

- Fix error in tagging GitPod docker images during releases

### Modules

## [v2.6 - Tin Octopus](https://github.com/nf-core/tools/releases/tag/2.6) - [2022-10-04]
Expand Down

0 comments on commit 2fa3af7

Please sign in to comment.