Skip to content

Commit b530e10

Browse files
jsjoeioTinLe
authored andcommitted
fix: source lib.sh in docker-buildx-push for tagging version (coder#5024)
1 parent a0c4521 commit b530e10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/steps/docker-buildx-push.sh

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ set -euo pipefail
33

44
main() {
55
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
69

710
# NOTE@jsjoeio - this script assumes that you've downloaded
811
# the release-packages artifact to ./release-packages before

0 commit comments

Comments
 (0)