fix(CI): use string for image name
This commit is contained in:
parent
02e03ea074
commit
85eec553ca
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue