aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.forgejo/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml
index 433c514..b9d67d8 100644
--- a/.forgejo/workflows/test.yml
+++ b/.forgejo/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
# Passt zu deinen Runner-Labels (docker / alpine)
runs-on: docker
container:
- image: vlang/vlang:alpine
+ image: thevlang/vlang:alpine
steps:
- name: Code auschecken