diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3cfa8a..1bf2a11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ build_container: script: # - buildah bud --build-arg NPM_REGISTRY=https://deps.global.bsf.tools/artifactory/api/npm/registry.npmjs.org/ --storage-driver vfs --isolation chroot -t $IMAGE_NAME . - buildah pull git.bitstorm.ca/bitforge/warehouse13:latest - - buidah tag git.bitstorm.ca/bitforge/warehouse13:latest $IMAGE_NAME + - buildah tag git.bitstorm.ca/bitforge/warehouse13:latest $IMAGE_NAME - buildah push --storage-driver vfs $IMAGE_NAME deploy_helm_charts: