mirror of
https://github.com/coder/code-server.git
synced 2026-05-27 17:13:49 +02:00
Automate release process
This commit is contained in:
@@ -7,10 +7,6 @@ main() {
|
||||
source ./ci/lib.sh
|
||||
VERSION="$(pkg_json_version)"
|
||||
|
||||
if [[ ${CI-} ]]; then
|
||||
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
fi
|
||||
|
||||
imageTag="codercom/code-server:$VERSION"
|
||||
if [[ $(arch) == "arm64" ]]; then
|
||||
imageTag+="-arm64"
|
||||
|
||||
Reference in New Issue
Block a user