mirror of
https://github.com/coder/code-server.git
synced 2026-05-30 02:14:09 +02:00
Fixes for CI from @code-asher's review
This commit is contained in:
14
ci/release-container/build.sh
Executable file
14
ci/release-container/build.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
main() {
|
||||
cd "$(dirname "$0")/../.."
|
||||
source ./ci/lib.sh
|
||||
VERSION="$(pkg_json_version)"
|
||||
|
||||
imageTag="codercom/code-server:$VERSION"
|
||||
|
||||
docker build -t "$imageTag" -f ./ci/release-container/Dockerfile .
|
||||
}
|
||||
|
||||
main "$@"
|
||||
Reference in New Issue
Block a user