https://github.com/robert197/github-actions-docker-push
https://github.com/robert197/github-actions-docker-push
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robert197/github-actions-docker-push
- Owner: robert197
- Created: 2021-02-26T13:52:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T15:09:47.000Z (over 4 years ago)
- Last Synced: 2025-01-04T02:35:41.851Z (5 months ago)
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`