mirror of
https://git.fifo-f.eu/tex-projects/docker-images.git
synced 2025-04-24 07:18:05 +02:00
Update .gitlab-ci.yml file (FML)
This commit is contained in:
parent
0f54867e9a
commit
3294a101fb
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ build:
|
|||
- privileged
|
||||
image: docker:24.0.5
|
||||
services:
|
||||
- name: docker:dind
|
||||
- name: docker:24.0.5-dind
|
||||
script:
|
||||
# Pull the existing ShareLaTeX/Overleaf Docker image
|
||||
- docker pull sharelatex/sharelatex:latest
|
||||
|
@ -28,9 +28,9 @@ build:
|
|||
|
||||
push:
|
||||
stage: push
|
||||
image: docker:latest
|
||||
image: docker:24.0.5
|
||||
services:
|
||||
- name: docker:dind
|
||||
- name: docker:24.0.5-dind
|
||||
dependencies:
|
||||
- build
|
||||
script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue