testing registry
This commit is contained in:
@@ -76,7 +76,7 @@ Push latest:
|
|||||||
# that built the image in the previous step, we pull it again locally
|
# that built the image in the previous step, we pull it again locally
|
||||||
- docker pull $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA
|
- docker pull $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA
|
||||||
# Then we tag it "latest"
|
# Then we tag it "latest"
|
||||||
- docker tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA $CI_REGISTRY_IMAGE:latest
|
- docker tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA $CI_REGISTRY_IMAGE:latest
|
||||||
# Annnd we push it.
|
# Annnd we push it.
|
||||||
- docker push $CI_REGISTRY_IMAGE:latest
|
- docker push $CI_REGISTRY_IMAGE:latest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user