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/060f0efc16d1ac6ea8159431c08866cacae692e7
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
9 additions and
3 deletions
@ -135,6 +135,9 @@ steps:
key_path : /root/drone_rsa
command_timeout : 50m
script:
- docker pull hrfee/jfa-go:manifest-latest-amd64
- docker pull hrfee/jfa-go:manifest-latest-arm64
- docker pull hrfee/jfa-go:manifest-latest-armhf
- env DOCKER_CLI_EXPERIMENTAL=enabled docker manifest create hrfee/jfa-go:latest --amend hrfee/jfa-go:manifest-latest-amd64 --amend hrfee/jfa-go:manifest-latest-arm64 --amend hrfee/jfa-go:manifest-latest-armhf
- env DOCKER_CLI_EXPERIMENTAL=enabled docker manifest push hrfee/jfa-go:latest
trigger:
@ -287,16 +290,19 @@ steps:
path : /root/drone_rsa
settings:
host:
from_secret : ssh _host
from_secret : ssh 2 _host
username:
from_secret : ssh _username
from_secret : ssh 2 _username
port:
from_secret : ssh _port
from_secret : ssh 2 _port
volumes:
- /root/.ssh/docker-build:/root/drone_rsa
key_path : /root/drone_rsa
command_timeout : 50m
script:
- docker pull hrfee/jfa-go:manifest-unstable-amd64
- docker pull hrfee/jfa-go:manifest-unstable-arm64
- docker pull hrfee/jfa-go:manifest-unstable-armhf
- env DOCKER_CLI_EXPERIMENTAL=enabled docker manifest create hrfee/jfa-go:unstable --amend hrfee/jfa-go:manifest-unstable-amd64 --amend hrfee/jfa-go:manifest-unstable-arm64 --amend hrfee/jfa-go:manifest-unstable-armhf
- env DOCKER_CLI_EXPERIMENTAL=enabled docker manifest push hrfee/jfa-go:unstable
depends_on: