Skip to content

dimo414/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Images

This repo contains Docker images, primarily for use with GitHub Actions.

The images are available on Docker Hub.

Updating Images

Unfortunately Docker Hub shut down remote builds for free accounts, so they now have to be built by hand. To do so build, tag, and push a given repo:

$ docker build [FOO] --tag dimo414/[FOO]
$ docker push dimo414/[FOO]