Commit 35cae0b1 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

build: change Docker Hub FQDN

parent 593579ea
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
variables:
  # base image used to extract the shell script part from TBC templates
  TBC_EXTRACT_IMAGE: registry.hub.docker.com/library/alpine
  TBC_EXTRACT_IMAGE: docker.io/library/alpine

# this job extracts the bash script from the given template(s)
extract-script:
+1 −1
Original line number Diff line number Diff line
@@ -219,7 +219,7 @@
gitlab-ci-lint:
  extends: .gitlab-ci-base
  stage: build
  image: registry.hub.docker.com/badouralix/curl-jq:latest
  image: docker.io/badouralix/curl-jq:latest
  script:
    - ci_lint
  rules: