Skip to content

This repository contains sample Docker image and GitHub Actions workflow for pushing an image to DigitalOcean container registry.

Notifications You must be signed in to change notification settings

malaskowski/push-docker-to-digitalocean-with-gh-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repository contains sample Docker image and GitHub Actions workflow for pushing an image to DigitalOcean container registry.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published