@catladder/pipeline
Version:
Panter workflow for cloud CI/CD and DevOps
8 lines (7 loc) • 315 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DOCKER_REGISTRY = exports.PIPELINE_IMAGE_TAG = void 0;
exports.PIPELINE_IMAGE_TAG = "v3-29-1-f074f73b" || "latest";
exports.DOCKER_REGISTRY = "git.panter.ch:5001/catladder/catladder" || "git.panter.ch:5001/catladder/catladder";