Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit e287d69

Browse files
committed
Update .gitlab-ci.yml file
1 parent 6a3b5d9 commit e287d69

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,7 @@ job:on-schedule:
196196
- if: $CI_PIPELINE_SOURCE == "schedule"
197197
- when: manual
198198
script:
199-
- docker build --build-arg "FROM_IMAGE=${DEVOPS_REGISTRY}usgs/obspy:3.8" . -t ${CODE_REGISTRY_IMAGE}/shakecast:${CI_PIPELINE_ID}
200-
- docker push ${CODE_REGISTRY_IMAGE}/shakecast:${CI_PIPELINE_ID}
199+
- docker build --build-arg "FROM_IMAGE=usgs/obspy:3.8" . -t usgs/shakecast:${CI_PIPELINE_ID}
201200
after_script:
202-
- docker rmi ${CODE_REGISTRY_IMAGE}/shakecast:${CI_PIPELINE_ID}
201+
- docker rmi usgs/shakecast:${CI_PIPELINE_ID}
203202

0 commit comments

Comments
 (0)