Update .gitlab-ci.yml

This commit is contained in:
Fifo F. 2024-06-28 17:47:11 +00:00
parent a35572a6e2
commit 67244ce215

View file

@ -44,6 +44,7 @@ push:
dependencies: dependencies:
- build - build
script: script:
- OVERLEAF_VERSION=$(cat version.txt)
- echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY - echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
- docker load -i $ARCHIVED_IMAGE - docker load -i $ARCHIVED_IMAGE
- docker push $IMAGE_NAME:$OVERLEAF_VERSION - docker push $IMAGE_NAME:$OVERLEAF_VERSION