Skip to content
Snippets Groups Projects
Commit afc54451d969 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:whale: push to quay.orus.io

parent 51a9e864323f
No related branches found
No related tags found
1 merge request!70🐳 push to quay.orus.io
......@@ -8,5 +8,5 @@
variables:
HTML_DOC_SOURCES: doc/_build/html
TEMP_IMAGE_BASENAME: registry.xcg.io/ci/$CI_PROJECT_PATH_SLUG
DOCKER_IMAGE: quay.orus.io/xcgd/odoo_scripts
# do not use $TEMP_IMAGE_BASENAME, it will not be correctly replaced by GitLab
......@@ -12,3 +12,3 @@
# do not use $TEMP_IMAGE_BASENAME, it will not be correctly replaced by GitLab
TEMP_IMAGE: registry.xcg.io/ci/$CI_PROJECT_PATH_SLUG:hg-$CI_COMMIT_HG_SHA
TEMP_IMAGE: quay.orus.io/xcgd/odoo_scripts:ci-pipeline-${CI_PIPELINE_ID}
......@@ -14,4 +14,5 @@
# build a temporary image for doc and tests
build-docker-image:
needs: []
stage: build
......@@ -15,8 +16,12 @@
build-docker-image:
needs: []
stage: build
script:
- DOCKER_IMAGE=$TEMP_IMAGE_BASENAME docker-build
variables:
TAG_COMMIT_REF_SLUG: "no"
TAG_COMMIT_SHA: "no"
TAG_BRANCH: "no"
CUSTOM_TAG: ci-pipeline-${CI_PIPELINE_ID}
DOCKER_EXPIRES_AFTER: 3h
import_jsonrpc_odoo11_test:
stage: test
......@@ -86,7 +91,7 @@
import_jsonrpc_odoo15_test:
extends: import_jsonrpc_odoo11_test
image:
name: registry.xcg.io/odoo/odoo:15.0
name: quay.orus.io/odoo/odoo:15.0
entrypoint: [""]
variables:
ODOO_TYPE: odoo15
......@@ -135,6 +140,6 @@
variables:
TAG_LATEST: branch/default
script:
- DOCKER_BASE_IMAGE_NAME="$TEMP_IMAGE" DOCKER_IMAGE="registry.xcg.io/xcgd/odoo_scripts" tag-img
- DOCKER_BASE_IMAGE_NAME="$TEMP_IMAGE" tag-img
- DOCKER_BASE_IMAGE_NAME="$TEMP_IMAGE" DOCKER_IMAGE="xcgd/odoo_scripts" tag-img
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