Skip to content
Snippets Groups Projects
Commit 9d0ab98b authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: use internal tag for generate-pipelines image

parent 8b4779b2
No related branches found
No related tags found
No related merge requests found
...@@ -217,8 +217,11 @@ generate-pipeline: ...@@ -217,8 +217,11 @@ generate-pipeline:
stage: generate stage: generate
tags: tags:
- docker-new - docker-new
parallel:
matrix:
- BASE_IMAGE: debian_testing_base
image: image:
name: eicweb.phy.anl.gov:4567/containers/eic_container/debian_testing_base name: ${CI_REGISTRY_IMAGE}/${BASE_IMAGE}:${INTERNAL_TAG}
entrypoint: [""] entrypoint: [""]
before_script: before_script:
- git clone ${SPACK_REPO} spack - git clone ${SPACK_REPO} spack
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment