Update images in ci file
This commit is contained in:
parent
0d0f0550a5
commit
449e1e0adc
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ before_script:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
image: microsoft/dotnet:2.1.300-sdk-stretch
|
image: microsoft/dotnet:2.1.401-sdk-stretch
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 1h
|
expire_in: 1h
|
||||||
paths:
|
paths:
|
||||||
|
@ -21,7 +21,7 @@ build:
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: instrumentisto/rsync-ssh
|
image: runebaas/rsync-ssh-git
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -41,7 +41,7 @@ deploy:
|
||||||
|
|
||||||
mirror:
|
mirror:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: bravissimolabs/alpine-git:latest
|
image: runebaas/rsync-ssh-git
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue