Commit 114b58ca authored by nimrod's avatar nimrod
Browse files

Small CI fixups.

parent ea19f8e2
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -42,8 +42,8 @@ variables:
  stage: deploy
  tags: *tags
  script:
    - docker tag "$HASH" "registry.shore.co.il/$IMAGE:$TAG"
    - docker push "registry.shore.co.il/$IMAGE:$TAG"
    - docker tag "$HASH" "registry.shore.co.il/$IMAGE:${TAG:-latest}"
    - docker push "registry.shore.co.il/$IMAGE:${TAG:-latest}"
  rules: *rules

# cgit image:
@@ -56,6 +56,7 @@ build-cgit:
push-cgit:
  extends: .push
  variables:
    CONTEXT: cgit
    IMAGE: cgit
  needs:
    - job: build-cgit
@@ -116,6 +117,7 @@ build-sshd:
push-sshd:
  extends: .push
  variables:
    CONTEXT: sshd
    IMAGE: sshd
  needs:
    - job: build-sshd