fix(CI): use string for image name

This commit is contained in:
Sven Feyerabend 2021-05-28 21:30:27 +02:00
parent 02e03ea074
commit 85eec553ca
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ variables:
STORAGE_DRIVER: "vfs"
BUILDAH_FORMAT: "docker"
image: quay.io/buildah/stable
image: "quay.io/buildah/stable"
before_script:
- buildah login --u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- source environment