This commit is contained in:
Yoshino-s
2023-06-06 00:48:34 +08:00
parent 706e698fdc
commit cc47f6ee4f

View File

@@ -12,9 +12,16 @@ generate:
script:
- pip install -r requirements.txt
- ./update.py > tags.txt
artifacts:
paths:
- tags.txt
build:
stage: build
needs:
- job: generate
artifacts: true
variables:
KANIKO_ARGS: "--cache=true --cache-repo $CI_REGISTRY_IMAGE --cache-ttl $CACHE_TTL"
KANIKO_BUILD_CONTEXT: $CI_PROJECT_DIR