Archived
1
0

fix: source lib.sh in docker-buildx-push for tagging version

This commit is contained in:
Joe Previte 2022-03-23 15:11:30 -07:00
parent ba1ddbd181
commit 2f7a3610cb
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24

View File

@ -3,6 +3,9 @@ set -euo pipefail
main() {
cd "$(dirname "$0")/../.."
# ci/lib.sh sets VERSION so it's available to ci/release-image/docker-bake.hcl
# to push the VERSION tag.
source ./ci/lib.sh
# NOTE@jsjoeio - this script assumes that you've downloaded
# the release-packages artifact to ./release-packages before