ci: address buildah warning

This commit is contained in:
naskya 2024-05-20 18:31:23 +09:00
parent ac61eebeb4
commit 2411320501
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -182,10 +182,9 @@ build:container:
- job: test:build:client_only - job: test:build:client_only
optional: true optional: true
variables: variables:
STORAGE_DRIVER: overlay2 STORAGE_DRIVER: overlay
before_script: before_script:
- buildah version - buildah version
- buildah prune --all --force || true
- echo "${CI_REGISTRY_PASSWORD}" | buildah login --username "${CI_REGISTRY_USER}" --password-stdin "${CI_REGISTRY}" - echo "${CI_REGISTRY_PASSWORD}" | buildah login --username "${CI_REGISTRY_USER}" --password-stdin "${CI_REGISTRY}"
- export IMAGE_TAG="${CI_REGISTRY}/${CI_PROJECT_PATH}/develop:not-for-production" - export IMAGE_TAG="${CI_REGISTRY}/${CI_PROJECT_PATH}/develop:not-for-production"
- export IMAGE_CACHE="${CI_REGISTRY}/${CI_PROJECT_PATH}/develop/cache" - export IMAGE_CACHE="${CI_REGISTRY}/${CI_PROJECT_PATH}/develop/cache"