debug(CI): test image pull
This commit is contained in:
parent
9d922fae04
commit
d5f29baf20
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue