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 e7a01e1 commit b8a8810Copy full SHA for b8a8810
1 file changed
docker/build_if_needed.sh
@@ -23,7 +23,7 @@ then
23
24
source image_tags.sh #in case this was updated in the pull
25
26
- BASE_IMAGE_TAG="${BASE_IMAGE_TAG}_latest" # as this is a bleeding edge build
+ BASE_IMAGE_TAG="${BASE_IMAGE_TAG}" # as this is a bleeding edge build
27
28
if [ $OLD_BASE_ID != $NEW_BASE_ID ] || [ $FORCE == "force_base" ]
29
then
0 commit comments