Skip to content
Snippets Groups Projects
Commit 42b4ce64 authored by maik.schaefer's avatar maik.schaefer
Browse files

Update .gitlab-ci.yml file

parent 0d7e68da
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,14 @@ audit npm modules:
rules:
- exists:
- package.json
allow_failure: true
\ No newline at end of file
allow_failure: true
publish image internal:
extends: .publish image internal
before_script:
- apk add skopeo -q
- echo $REGISTRY_USER
- skopeo login -u "$REGISTRY_USER" -p "$REGISTRY_TOKEN" $REGISTRY
- skopeo login -u gitlab-ci-token -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
script:
- "skopeo copy --insecure-policy docker://$CI_REGISTRY_IMAGE:$TAG_NAME docker://$REGISTRY/$OX_PROJECT/$OX_COMPONENT:$TAG_NAME"
\ No newline at end of file
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