mirror of
https://git.fifo-f.eu/tex-projects/docker-images.git
synced 2025-04-18 12:48:19 +02:00
Update .gitlab-ci.yml
- add authentication for dependency proxy - pull docker:24.0.5-dind image from dependency proxy too
This commit is contained in:
parent
64fb58df57
commit
13db8af0bd
1 changed files with 4 additions and 1 deletions
|
@ -22,7 +22,10 @@ build:
|
|||
- privileged
|
||||
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/docker:24.0.5
|
||||
services:
|
||||
- name: docker:24.0.5-dind
|
||||
- name: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/docker:24.0.5-dind
|
||||
alias: docker
|
||||
before_script:
|
||||
- echo "$CI_DEPENDENCY_PROXY_PASSWORD" | docker login $CI_DEPENDENCY_PROXY_SERVER -u $CI_DEPENDENCY_PROXY_USER --password-stdin
|
||||
script:
|
||||
- |
|
||||
if [ ! -f $ARCHIVED_IMAGE ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue