use bitnami/git image for gittag job

This commit is contained in:
maxicarlos08 2023-12-21 15:19:05 +01:00
parent 5af8c4687e
commit 312e8165d0
No known key found for this signature in database

View File

@ -33,7 +33,7 @@ gittag:
extends: .publish
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "schedule"
image: registry.gitlab.com/veloren/veloren-docker-ci/base/common:${CACHE_IMAGE_TAG}
image: bitnami/git:latest
dependencies: []
tags: ["veloren/veloren", "publish", "trusted"]
script: