[#13] Fixed registry URL
All checks were successful
Amarillo/amarillo-gitea/amarillo-core/pipeline/head This commit looks good

This commit is contained in:
Csaba 2023-12-20 13:54:20 +01:00
parent 05efd6e511
commit 2be873c0a8

2
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline {
environment { environment {
GITEA_CREDS = credentials('AMARILLO-JENKINS-GITEA-USER') GITEA_CREDS = credentials('AMARILLO-JENKINS-GITEA-USER')
TWINE_REPO_URL = "https://git.gerhardt.io/api/packages/amarillo/pypi" TWINE_REPO_URL = "https://git.gerhardt.io/api/packages/amarillo/pypi"
REGISTRY_URL = 'git.gerhardt.io' REGISTRY_URL = 'https://git.gerhardt.io'
OWNER = 'amarillo' OWNER = 'amarillo'
IMAGE_NAME = "amarillo" IMAGE_NAME = "amarillo"
TAG = 'latest' TAG = 'latest'