Automated Image Updates (#17)

* Adds initial workflow file for automatically keeping container images up to date.
* TODO: Still requires testing for the cron schedule to ensure that it is working appropriately.
This commit is contained in:
Mike Keller
2021-02-23 11:53:18 -08:00
committed by GitHub
parent 614b07c1da
commit f52d09cf61
4 changed files with 93 additions and 0 deletions

3
Dockerfile.testing Normal file
View File

@@ -0,0 +1,3 @@
FROM scratch
COPY hello /
CMD ["/hello"]