AlexsLemonade / AlexsLemonade/scpcaTools
Move docker image to dockerhub
- Dominant language
- R
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently we are publishing docker images for this package to the github container registry `ghcr.io`. We are already paying for dockerhub, I think, so maybe it makes sense to move there?
To implement this, we would update the [build-docker](https://github.com/AlexsLemonade/scpcaTools/blob/main/.github/workflows/build-docker.yaml) action to point to dockerhub. I believe we would also need to update secrets for this repo to access the credentials for dockerhub.
Contributor guide
Research direction
Start by reading .github/workflows/build-docker.yaml to trace how the image is currently published to ghcr.io. Check which repository secrets are available and what Docker Hub credentials the workflow would need. Done means the workflow publishes the package image to Docker Hub instead of ghcr.io.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, github-actions
- Domain
- ci-cd, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100