No description
  • Dockerfile 100%
Find a file
Fergus Molloy 4e2de5cdb3
All checks were successful
Build and Push Docker Images / build-just (push) Successful in 3m45s
add just docker image, remove unused images, add workflow to automatically build and push
2026-03-04 11:12:49 +00:00
.forgejo/workflows add just docker image, remove unused images, add workflow to automatically build and push 2026-03-04 11:12:49 +00:00
just add just docker image, remove unused images, add workflow to automatically build and push 2026-03-04 11:12:49 +00:00
readme.md write readme 2026-01-09 16:53:23 +00:00

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