Update .gitlab-ci.yml file: I hope this’ll work

This commit is contained in:
Fifo F. 2024-06-08 21:14:25 +00:00
parent fd2d283dc3
commit 5e254948b5

View file

@ -8,7 +8,10 @@ variables:
build:
stage: build
image: docker:dind
image: docker:latest
services:
- name: registry.hub.docker.com/library/docker:dind
alias: docker
script:
# Pull the existing ShareLaTeX/Overleaf Docker image
- docker pull sharelatex/sharelatex:latest
@ -24,7 +27,10 @@ build:
push:
stage: push
image: docker:dind
image: docker:latest
services:
- name: registry.hub.docker.com/library/docker:dind
alias: docker
dependencies:
- build
script: