Update build tag

This commit is contained in:
iFargle
2023-03-21 11:29:52 +09:00
parent 0f9d9f0bcd
commit 652216cc6d

2
Jenkinsfile vendored
View File

@@ -6,7 +6,7 @@ pipeline {
APP_VERSION = 'v0.5.6'
HS_VERSION = "v0.20.0" // Version of Headscale this is compatible with
BUILD_DATE = ''
BUILDER_NAME = "multiarch-${env.BRANCH_NAME}"
BUILDER_NAME = "multiarch-${env.BUILD_TAG}"
DOCKERHUB_CRED = credentials('dockerhub-ifargle-pat')