We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a112f6 + e1c1ba8 commit 1aadd0dCopy full SHA for 1aadd0d
ci/steps/docker-buildx-push.sh
@@ -3,6 +3,9 @@ set -euo pipefail
3
4
main() {
5
cd "$(dirname "$0")/../.."
6
+ # ci/lib.sh sets VERSION so it's available to ci/release-image/docker-bake.hcl
7
+ # to push the VERSION tag.
8
+ source ./ci/lib.sh
9
10
# NOTE@jsjoeio - this script assumes that you've downloaded
11
# the release-packages artifact to ./release-packages before
0 commit comments