ci: fix typo

This commit is contained in:
naskya 2024-05-18 19:04:35 +09:00
parent 58268a2c6e
commit d9ff9101a1
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -186,7 +186,7 @@ build:container:
- apt-get install -y --no-install-recommends ca-certificates fuse-overlayfs
- echo 'deb https://deb.debian.org/debian trixie main' | tee /etc/apt/sources.list
- apt-get update && apt-get install -y --no-install-recommends --target-release trixie buildah
- buildah prune --all | true
- buildah prune --all --force || true
- 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_CACHE="${CI_REGISTRY}/${CI_PROJECT_PATH}/develop/cache"