fix(rename): modify to use my forgejo instance.

This commit is contained in:
Jolan Vermeulen 2025-01-20 08:12:17 +01:00
parent db523065e0
commit f01c6b975c
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 845D64EFB963B2EF
4 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
image := "git.kemitix.net/kemitix/rust:test"
image := "git.ragarock.moe/silvana/rust:test"
build:
docker build . -t {{ image }}