mirror of
https://github.com/coder/code-server.git
synced 2026-05-27 17:13:49 +02:00
fix: source lib.sh in docker-buildx-push for tagging version
This commit is contained in:
@@ -3,6 +3,9 @@ set -euo pipefail
|
|||||||
|
|
||||||
main() {
|
main() {
|
||||||
cd "$(dirname "$0")/../.."
|
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
|
# NOTE@jsjoeio - this script assumes that you've downloaded
|
||||||
# the release-packages artifact to ./release-packages before
|
# the release-packages artifact to ./release-packages before
|
||||||
|
|||||||
Reference in New Issue
Block a user