Fix typo
This commit is contained in:
parent
c8d1defada
commit
dd022663aa
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ container:
|
|||
image: $CI_REGISTRY/ict/images/alpine/ci:latest
|
||||
variables:
|
||||
BUILDAH_ISOLATION: chroot
|
||||
IMAGE_TAG: $CI_REGISTRY:$CI_COMMIT_REF_SLUG
|
||||
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
|
||||
before_script:
|
||||
- apk add buildah fuse-overlayfs
|
||||
- buildah login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
|
|
Loading…
Reference in a new issue