vignettes/HOWTO_BUILD_WORKSHOP.Rmd
HOWTO_BUILD_WORKSHOP.Rmd
First, this package doesn’t do much except add a template Github Action to build all the pieces necessary for a workshop.
DESCRIPTION
file.github/workflows/basic_checks.yaml
DESCRIPTION
fileusername/reponame
. Installation will deal with this..github/workflows/basic_checks.yaml
You MUST change the repository
line in this yaml file to be YOUR desired Docker image name. In other words, this section of the github actions file will build and push to dockerhub the image with this name.
Secrets are encrypted environment variables that you create in a repository or organization. The secrets you create are available to use in GitHub Actions workflows. GitHub uses a libsodium sealed box to help ensure that secrets are encrypted before they reach GitHub, and remain encrypted until you use them in a workflow.
See Creating and storing encrypted secrets
DOCKER_USERNAME
: your dockerhub username; create a dockerhub account if you do not have oneDOCKER_PASSWORD
: your dockerhub password or an access token obtained from Docker Hub