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

debug(CI): test image pull

parent 9d922fae
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ default: ...@@ -6,6 +6,7 @@ default:
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
- buildah pull $BASE
- source environment - source environment
- > - >
buildah bud buildah bud
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment