ci(docker-build): fix `repo` values
ci/woodpecker/pr/build Pipeline was successful Details
ci/woodpecker/pr/docker-build Pipeline failed Details
ci/woodpecker/pr/lint Pipeline was successful Details

This commit is contained in:
Aire-One 2022-12-09 19:35:15 +01:00
parent 53e3085481
commit 66736218dc
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ pipeline:
settings:
dockerfile: ${dockerfile_path}${DOCKERFILE}
platforms: *platforms
repo: gitea.aireone.xyz/${CI_REPO,,}/${DOCKERFILE/Dockerfile./}
dry_run: true
when:
event: pull_request
@ -29,7 +30,7 @@ pipeline:
dockerfile: ${dockerfile_path}${DOCKERFILE}
platforms: *platforms
registry: gitea.aireone.xyz
repo: gitea.aireone.xyz/${CI_REPO,,}/${DOCKERFILE}
repo: gitea.aireone.xyz/${CI_REPO,,}/${DOCKERFILE/Dockerfile./}
tag: latest
username:
from_secret: publish_username