8000
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 ba1ddbd commit e1c1ba8Copy full SHA for e1c1ba8
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