Skip to content
Snippets Groups Projects
Commit 3bdd5488 authored by Bertrand Goareguer's avatar Bertrand Goareguer Committed by Cédric OLIVIER
Browse files

fix: "Add registry name in all Docker images"

parent 0ceb8fb5
No related branches found
No related tags found
No related merge requests found
# this job extracts the bash script from the given template(s)
extract-script:
image: alpine
image: registry.hub.docker.com/library/alpine
stage: .pre
script:
- echo "#!/bin/bash" > script.sh
......
......@@ -46,7 +46,7 @@
}
gitlab-ci-lint:
image: dwdraju/alpine-curl-jq:latest
image: registry.hub.docker.com/dwdraju/alpine-curl-jq:latest
stage: build
before_script:
- *lint-scripts
......
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