Skip to content
Snippets Groups Projects
Commit 101b36ed authored by Sam Galson's avatar Sam Galson
Browse files

use image_org instead of docker_username

parent 2c7063f1
No related branches found
No related tags found
No related merge requests found
Pipeline #3816 passed with stage
......@@ -23,7 +23,7 @@ spec:
spec:
initContainers:
- name: seed-${CI_ENVIRONMENT_SLUG}
image: ${DOCKERHUB_USERNAME}/${IMAGE_NAME}:${CI_COMMIT_SHA}
image: ${IMAGE_ORG}/${IMAGE_NAME}:${CI_COMMIT_SHA}
imagePullPolicy: Always
workingDir: /home/xpub/packages/${PACKAGE_NAME}
volumeMounts:
......@@ -40,7 +40,7 @@ spec:
command: ["/bin/bash", "/init-scripts/createdb.sh"]
containers:
- name: ${CI_ENVIRONMENT_SLUG}
image: ${DOCKERHUB_USERNAME}/${IMAGE_NAME}:${CI_COMMIT_SHA}
image: ${IMAGE_ORG}/${IMAGE_NAME}:${CI_COMMIT_SHA}
imagePullPolicy: Always
workingDir: /home/xpub/packages/${PACKAGE_NAME}
env:
......
......@@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: ${CI_ENVIRONMENT_SLUG}
image: ${DOCKERHUB_USERNAME}/${IMAGE_NAME}:${CI_COMMIT_SHA}
image: ${IMAGE_ORG}/${IMAGE_NAME}:${CI_COMMIT_SHA}
workingDir: /home/xpub/packages/xpub-ui/styleguide
command: ["python", "-m", "SimpleHTTPServer", "3000"]
imagePullPolicy: Always
......
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