Skip to content
Snippets Groups Projects
Commit 85eec553 authored by Sven Feyerabend's avatar Sven Feyerabend
Browse files

fix(CI): use string for image name

parent 02e03ea0
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment