No description
Find a file
2026-01-09 16:53:23 +00:00
rust-nextest add sqlx to rust images 2025-08-04 10:30:02 +01:00
rust-webapp add sqlx to rust images 2025-08-04 10:30:02 +01: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