Skip to content
Snippets Groups Projects
Commit 635041f1 authored by cyril.cros's avatar cyril.cros
Browse files

Fix image tags

parent 2a90f8ca
No related branches found
No related tags found
No related merge requests found
Pipeline #65927 canceled
......@@ -43,8 +43,8 @@ build_nginx_with_jbrowse_config_file:
script:
- /kaniko/executor --cache=true --context $CI_PROJECT_DIR/image
--dockerfile $CI_PROJECT_DIR/image/Dockerfile
--destination $CI_REGISTRY_IMAGE:jbrowse2-$CI_COMMIT_SHORT_SHA
- echo "Uploaded to $CI_REGISTRY_IMAGE:jbrowse2-$CI_COMMIT_SHORT_SHA"
--destination $CI_REGISTRY_IMAGE:jbrowse2-$CI_COMMIT_REF_NAME
- echo "Uploaded to $CI_REGISTRY_IMAGE:jbrowse2-$$CI_COMMIT_REF_NAME"
rules:
- changes:
- image/**/*
......
......@@ -23,7 +23,7 @@ spec:
- name: registry-credentials-jbrowse2-new
containers:
- name: jbrowse2
image: ${CI_REGISTRY_IMAGE}:jbrowse2-${CI_COMMIT_SHORT_SHA}
image: ${CI_REGISTRY_IMAGE}:jbrowse2-${CI_COMMIT_REF_NAME}
imagePullPolicy: Always
resources:
requests:
......
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