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

Removed error in .gitlab-ci.yml

parent 5c75d630
Branches 2.40.0
Tags
No related merge requests found
Pipeline #5931 passed with stages
in 1 minute and 28 seconds
......@@ -34,6 +34,7 @@ docker_build:
changes:
- Dockerfile
- assets/**/*
- .gitlab-ci.yml
docker_publish_alpha:
stage: publish
......@@ -56,6 +57,7 @@ docker_publish_alpha:
- branches
changes:
- Dockerfile
- .gitlab-ci.yml
- assets/**/*
except:
- master
......@@ -70,7 +72,7 @@ docker_publish_staging:
--input image.tar.gz \
--docker-config "${DOCKER_STAGING_AUTH_CONFIG}" \
--name ${staging_repo} \
--tag ${OKAPI_VERSION}
--tag ${OKAPI_VERSION} \
--tag staging
dependencies:
- docker_build
......@@ -82,6 +84,7 @@ docker_publish_staging:
changes:
- Dockerfile
- assets/**/*
- .gitlab-ci.yml
## Pipeline to publish to docker-hub. Disabled at the moment.
#docker_publish_production:
......
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