1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

chore: unify forgejo image names location (#797)

<!--start release-notes-assistant-->
<!--URL:https://code.forgejo.org/forgejo/runner-->
- other
  - [PR](https://code.forgejo.org/forgejo/runner/pulls/797): <!--number 797 --><!--line 0 --><!--description Y2hvcmU6IHVuaWZ5IGZvcmdlam8gaW1hZ2UgbmFtZXMgbG9jYXRpb24=-->chore: unify forgejo image names location<!--description-->
<!--end release-notes-assistant-->

Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/797
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
Earl Warren 2025-08-02 22:05:15 +00:00 committed by earl-warren
parent 79f6c54675
commit 805d83e974
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ jobs:
services: services:
forgejo: forgejo:
image: codeberg.org/forgejo/forgejo:11 image: code.forgejo.org/forgejo/forgejo:11
env: env:
FORGEJO__security__INSTALL_LOCK: "true" FORGEJO__security__INSTALL_LOCK: "true"
FORGEJO__log__LEVEL: "debug" FORGEJO__log__LEVEL: "debug"

View file

@ -30,7 +30,7 @@ services:
- docker_certs:/certs - docker_certs:/certs
forgejo: forgejo:
image: codeberg.org/forgejo/forgejo:11.0 image: code.forgejo.org/forgejo/forgejo:11.0
command: >- command: >-
bash -c ' bash -c '
/usr/bin/s6-svscan /etc/s6 & /usr/bin/s6-svscan /etc/s6 &