mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2026-01-22 22:52:52 -05:00
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:
3
Dockerfile.testing
Normal file
3
Dockerfile.testing
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM scratch
|
||||
COPY hello /
|
||||
CMD ["/hello"]
|
||||
Reference in New Issue
Block a user