Skip to content
Snippets Groups Projects
Commit 3aadc2eb authored by Domenico Giordano's avatar Domenico Giordano
Browse files

Merge branch 'qa' into 'master'

fix typo for prod images

See merge request hep-benchmarks/hep-spec!68
parents 07802d22 437810c0
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ job_build_prod_image_cc7:
before_script:
- export DOCKERFILE=$CI_PROJECT_DIR/docker-images/hepspec-cc7/Dockerfile
- export CONTEXT=$CI_PROJECT_DIR/
- export DESTINATIONS="--destination $CI_REGISTRY_IMAGE/hepspec-cc7:${CI_COMMIT_TAG} $CI_REGISTRY_IMAGE/hepspec-cc7:ci-${CI_COMMIT_SHORT_SHA} --destination $CI_REGISTRY_IMAGE/hepspec-cc7:latest"
- export DESTINATIONS="--destination $CI_REGISTRY_IMAGE/hepspec-cc7:${CI_COMMIT_TAG} --destination $CI_REGISTRY_IMAGE/hepspec-cc7:ci-${CI_COMMIT_SHORT_SHA} --destination $CI_REGISTRY_IMAGE/hepspec-cc7:latest"
<<: *template_build_image
only:
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment