mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01:00
fix: source lib.sh in docker-buildx-push for tagging version
This commit is contained in:
parent
ba1ddbd181
commit
2f7a3610cb
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue