Fix docker: invalid reference format (#767)

* Fix local Docker actions: invalid reference format

* Create Dockerfile

* Create Dockerfile

* Update push.yml

* Revert "Create Dockerfile"

This reverts commit 9d1dbbc2c7fdf52963e55feb4148ac2b14d639d0.

* Fix lint

* fix: re-use image that is already present in repo

ubuntu:latest would pull unnecessary blobs from registry and count toward API limit

* fix: revert change

reverting due to issue in image deletion that will have to be investigated separately

Co-authored-by: Ryan <[email protected]>
This commit is contained in:
ChristopherHX
2021-08-09 18:16:31 +00:00
committed by GitHub
co-authored by Ryan
parent 5c841e22ab
commit 77b3968913
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
FROM ubuntu:latest
CMD echo Hello