alvarosanchez / starter-test

Test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Push To Docker Registry Workflow

Workflow builds docker image with name "${System.env.DOCKER_REGISTRY}/$project.name:$project.version" and pushes the image into configured docker registry.

The GitHub secrets in table below needs to be configured:

Name Description
DOCKER_USERNAME Docker registry username.
DOCKER_PASSWORD Docker registry password.
DOCKER_REGISTRY Docker image registry, for image foo/bar:latest it is foo.
DOCKER_REGISTRY_URL Docker registry url. In case of using DockerHub this secret is not needed.

Specifics on how to configure public cloud docker registries like DockerHub, Google Container Registry (GCR), AWS Container Registry (ECR), Oracle Cloud Infrastructure Registry (OCIR) and many more can be found in docker/login-action documentation.

Feature http-client documentation

Feature github-workflow-docker-registry documentation

About

Test


Languages

Language:Batchfile 91.2%Language:Java 8.8%