Fix buildah typo
All checks were successful
build / docker-build (push) Successful in 1m0s

This commit is contained in:
Patel (US), Pratik
2025-10-17 14:36:09 -05:00
parent a07c3ccd9c
commit c1df449f57

View File

@@ -15,7 +15,7 @@ build_container:
script: 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 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 - 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 - buildah push --storage-driver vfs $IMAGE_NAME
deploy_helm_charts: deploy_helm_charts: