Template project
secrets.DOCKER_TARGET
: Docker username or organizationsecrets.DOCKER_USERNAME
: Docker login usernamesecrets.DOCKER_PASSWORD
: Docker login password
- Create repo with repository template
- Put the upstrem project to
.repo
, format:username/repository-name
- Push
If you need to build a specific version, you can add secretes.UPSTREAM_VERSION
,
and building the image with the --build-arg
parameter with Dockerfile
.
MIT