No description
- Dockerfile 100%
|
All checks were successful
Build and Push Docker Images / build-just (push) Successful in 3m45s
|
||
|---|---|---|
| .forgejo/workflows | ||
| just | ||
| readme.md | ||
docker images
This repo contains some custom docker images for running forgejo actions.
Build them by cding into the relevant directory and running:
docker build -t <tag> .
Once built tag them appropriately:
docker tag <old-tag> <new-tag>;
For example
docker tag rust-nextest:latest git.molloy.xyz/fergus-molloy/ubuntu:rust-nextest
Then upload them to the repository:
docker login git.molloy.xyz
docker push git.molloy.xyz/fergus-molloy/ubuntu:rust-nextest
Now runners will be able to run actions with
runs-on: rust-nextest