Commit d3ed4902 authored by nimrod's avatar nimrod
Browse files

Use the repo name as the default Docker image name.

parent 95cd240f
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@
        TAG="$CI_COMMIT_BRANCH"
      fi
      export TAG
    - IMAGE="${IMAGE:-$CI_PROJECT_NAME}"
    - export IMAGE
    - echo "TAG: ${TAG:-not defined}"
    - echo "IMAGE: ${IMAGE:-not defined}"
  script: