mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Use common base image for gittag job
This commit is contained in:
parent
f0a324e729
commit
fb99265d4a
@ -35,8 +35,7 @@ gittag:
|
||||
extends: .publish
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "schedule"
|
||||
# TODO: could use lighter image, since we don't need the cache or rust toolchain here
|
||||
image: registry.gitlab.com/veloren/veloren-docker-ci/cache/quality:${CACHE_IMAGE_TAG}
|
||||
image: registry.gitlab.com/veloren/veloren-docker-ci/base/common:${CACHE_IMAGE_TAG}
|
||||
dependencies: []
|
||||
tags: ["veloren/veloren", "publish", "trusted"]
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user