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

https://github.com/robert197/github-actions-docker-push


https://github.com/robert197/github-actions-docker-push

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Example for docker build and push with github actions

1. Push master branch: docker tag = `latest`
1. Push a git tag (e.g. `v0.0.1`): docker tag = `v0.0.1`