Skip to content
Snippets Groups Projects
Verified Commit 874e6cf2 authored by Varac's avatar Varac
Browse files

Use KANIKO_BUILD_IMAGENAME for image name

parent f3a636bc
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@ stages:
- health-test
- integration-test
- cleanup
image: "${CI_REGISTRY_IMAGE}/openappstack-ci:${CI_COMMIT_REF_NAME}"
variables:
SSH_KEY_ID: "411"
HOSTNAME: "ci-${CI_PIPELINE_ID}"
......@@ -16,11 +15,12 @@ variables:
DOMAIN: "openappstack.net"
ADDRESS: "ci-${CI_PIPELINE_ID}.ci.openappstack.net"
ANSIBLE_HOST_KEY_CHECKING: "False"
KANIKO_BUILD_IMAGENAME: "openappstack-ci"
default:
image: "${CI_REGISTRY_IMAGE}/${KANIKO_BUILD_IMAGENAME}:${CI_COMMIT_REF_NAME}"
ci_test_image:
variables:
KANIKO_CONTEXT: "test"
KANIKO_BUILD_IMAGENAME: "openappstack-ci"
stage: build
image:
# We need a shell to provide the registry credentials, so we need to use the
......
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