Commit 2afe757e authored by John Jarvis's avatar John Jarvis Committed by Hordur Freyr Yngvason
Browse files

fix: Minor fix to the name of the Dockerfile

parent 8b148e9b
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: