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 cbc6f39 commit cee1539Copy full SHA for cee1539
build
@@ -59,7 +59,7 @@ function compute_latest_version() {
59
version="$((version + 1))"
60
fi
61
62
- export LATEST_VERSION="$version"
+ LATEST_VERSION="$version"
63
}
64
65
# docker build wrapper with common arguments
0 commit comments