Fix: Create and host docker images for the CI (#34) #45

Merged
Aire-One merged 2 commits from fix/ci-docker-build into master 2022-12-09 19:54:19 +01:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 66736218dc - Show all commits

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