Skip to content

Commit b8a8810

Browse files
committed
auto build fix
1 parent e7a01e1 commit b8a8810

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/build_if_needed.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ then
2323

2424
source image_tags.sh #in case this was updated in the pull
2525

26-
BASE_IMAGE_TAG="${BASE_IMAGE_TAG}_latest" # as this is a bleeding edge build
26+
BASE_IMAGE_TAG="${BASE_IMAGE_TAG}" # as this is a bleeding edge build
2727

2828
if [ $OLD_BASE_ID != $NEW_BASE_ID ] || [ $FORCE == "force_base" ]
2929
then

0 commit comments

Comments
 (0)