You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* upstream/main:
feat(API): update and delete secret for managing organization secrets (go-gitea#26660)
Remove ref name in PR commits page (go-gitea#25876)
Modify the content format of the Feishu webhook (go-gitea#25106)
Handle "comment form combo editor init" more gracefully (go-gitea#26688)
Prefer variables over subprocesses (go-gitea#26690)
Fix archived unix time when archiving the label (go-gitea#26681)
Make "link-action" backend code respond correct JSON content (go-gitea#26680)
Fix doubled box-shadow in branch dropdown menu (go-gitea#26678)
Refactor toast module (go-gitea#26677)
When you are using the docker image, you can specify the configuration file by using the `CONFIG_FILE` environment variable. Make sure that the file is mounted into the container as a volume:
82
82
83
83
```bash
84
-
docker run -v $(pwd)/config.yaml:/config.yaml -e CONFIG_FILE=/config.yaml ...
84
+
docker run -v $PWD/config.yaml:/config.yaml -e CONFIG_FILE=/config.yaml ...
85
85
```
86
86
87
87
You may notice the commands above are both incomplete, because it is not the time to run the act runner yet.
@@ -157,8 +157,8 @@ If you are using the docker image, behaviour will be slightly different. Registr
0 commit comments