Use shorter image names, add Docker Hub, lower frequency of runs, run more in parallel

This commit is contained in:
hackercat
2021-01-17 18:27:42 +00:00
parent 521aee08fd
commit e824f25259
3 changed files with 101 additions and 84 deletions
+9 -9
View File
@@ -4,13 +4,13 @@
- `\linux\ubuntu\runner\Dockerfile` - used as base image for [github.com/catthehacker/act](https://github.com/catthehacker/act)
- ghcr.io (GitHub Container Registry)
- `ghcr.io/catthehacker/docker-images:ubuntu-runner-16.04`
- `ghcr.io/catthehacker/docker-images:ubuntu-runner-18.04`
- `ghcr.io/catthehacker/docker-images:ubuntu-runner-20.04`
- `ghcr.io/catthehacker/docker-images:ubuntu-runner-latest`
- `\linux\ubuntu\nodejs\Dockerfile` - proposal for [github.com/nektos/act](https://github.com/nektos/act) as base image before support for above image is implemented
- `ghcr.io/catthehacker/ubuntu:runner-16.04`
- `ghcr.io/catthehacker/ubuntu:runner-18.04`
- `ghcr.io/catthehacker/ubuntu:runner-20.04`
- `ghcr.io/catthehacker/ubuntu:runner-latest`
- `\linux\ubuntu\act\Dockerfile` - proposal for [github.com/nektos/act](https://github.com/nektos/act) as base image before support for above image is implemented
- ghcr.io (GitHub Container Registry)
- `ghcr.io/catthehacker/docker-images:ubuntu-nodejs-16.04`
- `ghcr.io/catthehacker/docker-images:ubuntu-nodejs-18.04`
- `ghcr.io/catthehacker/docker-images:ubuntu-nodejs-20.04`
- `ghcr.io/catthehacker/docker-images:ubuntu-nodejs-latest`
- `ghcr.io/catthehacker/ubuntu:act-16.04`
- `ghcr.io/catthehacker/ubuntu:act-18.04`
- `ghcr.io/catthehacker/ubuntu:act-20.04`
- `ghcr.io/catthehacker/ubuntu:act-latest`