https://github.blog/2020-09-01-introducing-github-container-registry/
enabled on org
The project launch is in two parts: build and start.
$ docker build -t [image_name] .
$ docker run [image_name]
- Gaël THOMAS - gael-thomas
https://github.blog/2020-09-01-introducing-github-container-registry/
enabled on org
The project launch is in two parts: build and start.
$ docker build -t [image_name] .
$ docker run [image_name]