Skip to content
Snippets Groups Projects
Commit 940e13e9 authored by Steffen Köhler's avatar Steffen Köhler
Browse files

Corrected .gitlab-ci.yml

parent 0aaa2b7e
Branches v4.4.0
No related merge requests found
Pipeline #8005 passed with stages
in 3 minutes and 17 seconds
......@@ -11,7 +11,7 @@ variables:
staging_repo: services.ub.uni-leipzig.de:11443/bdd_dev/folio/okapi
alpha_repo: services.ub.uni-leipzig.de:11443/bdd_dev/folio/okapi
DOCKER_TLS_CERTDIR: ""
OKAPI_VERSION: 2-40-0
OKAPI_VERSION: 4-4-0
docker_build:
stage: build
......@@ -47,6 +47,7 @@ docker_publish_alpha:
--docker-config "${DOCKER_ALPHA_AUTH_CONFIG}" \
--name ${alpha_repo} \
--tag ${CI_COMMIT_REF_SLUG} \
--tag "alpha" \
dependencies:
- docker_build
tags:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment