ci: address buildah warning
This commit is contained in:
parent
ac61eebeb4
commit
2411320501
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue