Skip to content
Snippets Groups Projects
Commit 114b58ca authored by nimrod's avatar nimrod
Browse files

Small CI fixups.

parent ea19f8e2
No related branches found
No related tags found
No related merge requests found
Pipeline #1909 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment