Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jfa-go/commit/1a85feb344398abd5ba0f834a0a9c71e0986421e?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

woodpecker: add "built by" for docker builds

hopefully works? but untested since it doesn't really matter.
jellyseerr
Harvey Tindall 8 months ago
parent c75418db67
commit 1a85feb344
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -5,6 +5,9 @@ when:
steps:
- name: build
image: docker.io/woodpeckerci/plugin-docker-buildx
environment:
BUILTBY:
from_secret: BUILT_BY
settings:
username:
from_secret: DOCKER_USERNAME

@ -5,6 +5,9 @@ when:
steps:
- name: build
image: docker.io/woodpeckerci/plugin-docker-buildx
environment:
BUILTBY:
from_secret: BUILT_BY
settings:
username:
from_secret: DOCKER_USERNAME

Loading…
Cancel
Save