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:
|
||||
stage: build
|
||||
image: microsoft/dotnet:2.1.300-sdk-stretch
|
||||
image: microsoft/dotnet:2.1.401-sdk-stretch
|
||||
artifacts:
|
||||
expire_in: 1h
|
||||
paths:
|
||||
|
@ -21,7 +21,7 @@ build:
|
|||
|
||||
deploy:
|
||||
stage: deploy
|
||||
image: instrumentisto/rsync-ssh
|
||||
image: runebaas/rsync-ssh-git
|
||||
only:
|
||||
- master
|
||||
dependencies:
|
||||
|
@ -41,7 +41,7 @@ deploy:
|
|||
|
||||
mirror:
|
||||
stage: deploy
|
||||
image: bravissimolabs/alpine-git:latest
|
||||
image: runebaas/rsync-ssh-git
|
||||
only:
|
||||
- master
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue