Unverified Commit 4f21b480 authored by William Tucker's avatar William Tucker Committed by GitHub
Browse files

Fixed issue where not all tags pushed with latest dind

parent 8cac3a96
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ variables:
    #   If building master, also tag latest
    - test "$CI_COMMIT_REF_NAME" == "master" && docker tag "$REPOSITORY:$CI_COMMIT_SHORT_SHA" "$REPOSITORY:latest"
    # Push all tags
    - docker push $REPOSITORY
    - docker push --all-tags $REPOSITORY
  only:
    # Only run build jobs for branches in the repo, not MRs
    refs: