We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae0461 commit 9dc2b12Copy full SHA for 9dc2b12
go/scripts/publish-functions.sh
@@ -21,7 +21,7 @@ FUNCS=(gatekeeper_validate)
21
22
for f in ${FUNCS[@]}; do
23
image_name=$(echo $f | sed -e 's/_/-/g')
24
- image=gcr.io/kpt-functions/${image_name}:dev
+ image=gcr.io/kpt-functions/${image_name}:${TAG}
25
docker_file=/tmp/$image_name.Dockerfile
26
sed "s/\$FUNC/$f/g" build/func.Dockerfile > $docker_file
27
set -x
0 commit comments