Skip to content

Commit 8485fd3

Browse files
committed
renamed
1 parent 502a7ce commit 8485fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/kaniko-functions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ run_kaniko() {
1616
setup_kaniko
1717
kaniko_execute $1
1818
store_variables
19-
store_image_version
19+
store_image_name
2020
}
2121

2222
# Stores relevant variables determined by get_artifact_versions in job.env
@@ -31,7 +31,7 @@ store_variables() {
3131
#echo AS_LATEST=${AS_LATEST:-'false'}
3232
}
3333

34-
store_image_version() {
34+
store_image_name() {
3535
echo IMAGE=$IMAGE | tee -a job.env
3636
}
3737

0 commit comments

Comments
 (0)