Skip to content
Snippets Groups Projects

Utiliser une variable GitLab pour registry

Merged Olivier Maury requested to merge 22-variable-gitlab-registry into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
image: registry.forgemia.inra.fr/agroclim/agrometinfo/docker-documentation
image: $CI_REGISTRY/agroclim/agrometinfo/docker-documentation
workflow:
rules:
@@ -25,7 +25,7 @@ workflow:
default:
before_script:
- bin/tool-dependencies.sh
# Share caches across jobs in different branches
# Share caches across jobs in different branches
# Cache modules in between jobs
cache:
key: bin
Loading