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
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ variables: ...@@ -2,7 +2,7 @@ variables:
STORAGE_DRIVER: "vfs" STORAGE_DRIVER: "vfs"
BUILDAH_FORMAT: "docker" BUILDAH_FORMAT: "docker"
image: quay.io/buildah/stable image: "quay.io/buildah/stable"
before_script: before_script:
- buildah login --u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - buildah login --u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- source environment - source environment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment