Move to private docker registry
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -9,7 +9,7 @@ steps:
|
|||||||
- git lfs install
|
- git lfs install
|
||||||
- git lfs pull
|
- git lfs pull
|
||||||
- name: build
|
- name: build
|
||||||
image: pimvanpelt/drone-hugo:release-0.130.0
|
image: git.ipng.ch/ipng/drone-hugo:release-0.130.0
|
||||||
settings:
|
settings:
|
||||||
hugo_version: 0.130.0
|
hugo_version: 0.130.0
|
||||||
extended: true
|
extended: true
|
||||||
@ -31,3 +31,6 @@ steps:
|
|||||||
delete: true
|
delete: true
|
||||||
recursive: true
|
recursive: true
|
||||||
secrets: [ drone_sshkey ]
|
secrets: [ drone_sshkey ]
|
||||||
|
|
||||||
|
docker_pull_secrets:
|
||||||
|
- git_ipng_ch_docker
|
||||||
|
Reference in New Issue
Block a user