A template for maintaining docker images using GitHub Actions to automate Packages.
This repository includes a simple example Dockerfile and accompanying docker-compose.yml to demonstrate how you might build and run a container.
docker build -t docker-template .docker compose up