Commit 54a8e5a4 authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason
Browse files

Merge branch 'jarv/fix-dockerfile' into 'master'

fix: Minor fix to the name of the Dockerfile

See merge request gitlab-org/cluster-integration/auto-deploy-image!25
parents 8b148e9b 2afe757e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -244,7 +244,7 @@ release-tag:
    - docker build --cache-from ${ci_image}:latest
      --tag ${ci_image}:$ci_image_tag
      --tag ${ci_image}:latest
      -f Dockerfile-ci .
      -f Dockerfile .
    - docker push $ci_image:latest
    - docker push $ci_image:$ci_image_tag
  only: