mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-01-11 14:14:31 +00:00
ci: use node v20 and clean up credential usage
This commit is contained in:
parent
246786a332
commit
d5263c0dc5
@ -1,4 +1,4 @@
|
||||
FROM node:18.13.0-alpine
|
||||
FROM node:20-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -19,14 +19,18 @@ pipeline {
|
||||
}
|
||||
|
||||
environment {
|
||||
IMAGE_NAME = ''
|
||||
IMAGE_NAME = 'statusteam/logos-dashboard'
|
||||
NEXT_PUBLIC_SITE_URL = "https://${env.JOB_BASE_NAME}"
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
script {
|
||||
script { {
|
||||
image = docker.build(
|
||||
"${IMAGE_NAME}:${GIT_COMMIT.take(8)}".join(' ')
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user