Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 538 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 538 Bytes

Docker build and push

This repo contains a github actions workflow file; which when configured will help you achieve CI.

Prerequisites

The workflow does docker login for you to push to your docker registry, so it expects 2 secrets to be added to your repository.

  • username: docker registry username
  • password: docker registry password

The default registry server it pushes to is https://index.docker.io/v1/ if you want to push to a different registry, add login-server: <your-login-server> to the docker login step.