Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thesattiraju/docker-build-push
- Owner: thesattiraju
- License: mit
- Created: 2019-08-13T09:59:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T11:02:50.000Z (over 5 years ago)
- Last Synced: 2024-08-01T00:41:45.237Z (3 months ago)
- Topics: build, ci, docker, github-actions, push
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 passwordThe 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.