Skip to content
Snippets Groups Projects
Verified Commit 41c01768 authored by Hugo Renard's avatar Hugo Renard
Browse files

fix context

parent f2ffeeb4
No related branches found
Tags 5
No related merge requests found
......@@ -9,6 +9,6 @@ build:
script:
- mkdir -p /kaniko/.docker
- cp $INDIE_DOCKER_SECRET_CONFIG /kaniko/.docker/config.json
- /kaniko/executor --destination indiehosters/onlyoffice:$VERSION --destination indiehosters/onlyoffice:$VERSION-$CI_COMMIT_SHORT_SHA --build-arg VERSION=$VERSION
- /kaniko/executor --context $CI_PROJECT_DIR --destination indiehosters/onlyoffice:$VERSION --destination indiehosters/onlyoffice:$VERSION-$CI_COMMIT_SHORT_SHA --build-arg VERSION=$VERSION
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment