mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-08 05:55:42 +09:00
update(CI): use cached docker image at cern to avoid docker rate-limit
ref: f81901bb98
This commit is contained in:
parent
ce7158ad94
commit
77f9a21b77
1 changed files with 2 additions and 2 deletions
|
@ -33,12 +33,12 @@ cache:
|
||||||
# - .script
|
# - .script
|
||||||
# - .coverage
|
# - .coverage
|
||||||
Julia 1.11:
|
Julia 1.11:
|
||||||
image: julia:1.11
|
image: registry.cern.ch/docker.io/library/julia:1.11
|
||||||
extends:
|
extends:
|
||||||
- .script
|
- .script
|
||||||
- .coverage
|
- .coverage
|
||||||
pages:
|
pages:
|
||||||
image: julia:1.11
|
image: registry.cern.ch/docker.io/library/julia:1.11
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Add table
Reference in a new issue