Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 9b714e5

Browse files
author
Dustin Collins
committed
fix unbound var in push-image script, again
1 parent 1c8f116 commit 9b714e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

push-image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ tag_and_push $IMAGE '5-latest' 'same as "5"'
2424
tag_and_push $IMAGE $version_tag 'version-specific image'
2525

2626
# push to legacy `conjurinc/cli5` tag
27-
docker tag "$image" conjurinc/cli5:latest
27+
docker tag "$IMAGE" conjurinc/cli5:latest
2828
docker push conjurinc/cli5:latest

0 commit comments

Comments
 (0)