https://github.com/ugermann/dockerhub-ci
Building Docker images and pushing them to dockerhub via github CI
https://github.com/ugermann/dockerhub-ci
Last synced: 5 months ago
JSON representation
Building Docker images and pushing them to dockerhub via github CI
- Host: GitHub
- URL: https://github.com/ugermann/dockerhub-ci
- Owner: ugermann
- Created: 2024-08-05T15:26:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T07:46:22.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T05:41:49.779Z (over 1 year ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dockerhub-ci
Building Docker images and pushing them to dockerhub via github CI
Requirements:
- You need a dockerhub account.
How to use:
- Fork this repo.
- Clone it to your local machine.
- Create your Docker context in ./docker.
- Create a repo on Dockerhub for your image.
- Create a Docker access token in your dockerhub account.
- Replace the docker tag in .github/workflows/dockerhub-ci.yml
- Push to your fork of this repo.