ci: use node v20 and clean up credential usage

This commit is contained in:
Siddarth Kumar 2024-10-02 22:58:56 +05:30
parent 2d330dab75
commit 5502d305cc
No known key found for this signature in database
GPG Key ID: 599D10112BF518DB

5
Jenkinsfile vendored
View File

@ -24,17 +24,12 @@ pipeline {
}
environment {
IMAGE_NAME = 'acid-info-private/logos-ordinals-dashboard'
NEXT_PUBLIC_SITE_URL = "https://${env.JOB_BASE_NAME}"
}
stages {
stage('Build') {
steps {
script {
image = docker.build(
"${DOCKER_REGISTRY}/${IMAGE_NAME}:${GIT_COMMIT.take(8)}",
)
}
}
}