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

This commit is contained in:
silvana 2025-01-20 08:14:40 +01:00
parent db523065e0
commit 8a86ede6ee
Signed by: silvana
GPG key ID: 889CA3FB0F54CDCC
4 changed files with 34 additions and 19 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 }}