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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# 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
+1 −1
Original line number Diff line number Diff line
@@ -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