Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thesattiraju/docker-build-push


https://github.com/thesattiraju/docker-build-push

build ci docker github-actions push

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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: ` to the `docker login` step.