mirror of
https://git.fifo-f.eu/tex-projects/docker-images.git
synced 2025-04-19 13:08:04 +02:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
7d3d3b4f69
commit
418818f89b
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ build:
|
|||
- privileged
|
||||
image: docker:latest
|
||||
services:
|
||||
- name: registry.hub.docker.com/library/docker:dind
|
||||
- name: docker:dind
|
||||
alias: docker
|
||||
script:
|
||||
# Pull the existing ShareLaTeX/Overleaf Docker image
|
||||
|
@ -31,7 +31,7 @@ push:
|
|||
stage: push
|
||||
image: docker:latest
|
||||
services:
|
||||
- name: registry.hub.docker.com/library/docker:dind
|
||||
- name: docker:dind
|
||||
alias: docker
|
||||
dependencies:
|
||||
- build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue