ci(docker-build): fix `repo` values
This commit is contained in:
parent
53e3085481
commit
66736218dc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue