https://github.com/malaskowski/push-docker-to-digitalocean-with-gh-action
This repository contains sample Docker image and GitHub Actions workflow for pushing an image to DigitalOcean container registry.
https://github.com/malaskowski/push-docker-to-digitalocean-with-gh-action
Last synced: about 1 year ago
JSON representation
This repository contains sample Docker image and GitHub Actions workflow for pushing an image to DigitalOcean container registry.
- Host: GitHub
- URL: https://github.com/malaskowski/push-docker-to-digitalocean-with-gh-action
- Owner: malaskowski
- Created: 2021-01-12T19:44:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-12T19:50:16.000Z (over 5 years ago)
- Last Synced: 2025-04-08T07:43:14.289Z (over 1 year ago)
- Language: HTML
- Size: 1.95 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# push-docker-to-digitalocean-with-gh-action
This repository contains sample Docker image and GitHub Actions workflow for pushing an image to DigitalOcean container registry.
## Building
Run `docker build -t sample/my-page .`.
## Running
Run `docker run -it --rm -p 9999:80 --name my-website sample/my-page` and open http://localhost:9999/hello.html