git-to-k8s
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -219,3 +219,3 @@ 'use strict' | ||
name: 'build docker images and push to registry', | ||
cmds: cmds_build_image.concat(cmds_push_image) | ||
cmds: cmds_build_image.concat(cmds_push_image), | ||
dry_cmds: cmds_build_image | ||
@@ -222,0 +222,0 @@ }) |
{ | ||
"name": "git-to-k8s", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Small tool to automate the git to url flow on k8s", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
88507