Add tags to JenkinsFile

This commit is contained in:
Albert Copeland
2023-02-09 12:56:05 +09:00
committed by GitHub
parent 37d25fd728
commit 4addb26ef3

2
Jenkinsfile vendored
View File

@@ -23,6 +23,8 @@ pipeline {
"--label \"GIT_COMMIT=${env.GIT_COMMIT}\""
+ " ."
)
dockerImage.tag("git.sysctl.io/albert/headscale-webui:${env.BRANCH_NAME}-${env.BUILD_ID}") # Forgejo
dockerImage.tag("ghcr.io/iFargle/headscale-webui:${env.BRANCH_NAME}-${env.BUILD_ID}") # GitHub
}
}
}