[#13] Use build number as tag
All checks were successful
Amarillo/amarillo-gitea/amarillo-core/pipeline/head This commit looks good
All checks were successful
Amarillo/amarillo-gitea/amarillo-core/pipeline/head This commit looks good
This commit is contained in:
parent
37b7075e30
commit
49459b8f70
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -6,7 +6,7 @@ pipeline {
|
|||
REGISTRY_URL = 'https://git.gerhardt.io'
|
||||
OWNER = 'amarillo'
|
||||
IMAGE_NAME = "amarillo"
|
||||
TAG = 'latest'
|
||||
TAG = "${BUILD_NUMBER}"
|
||||
}
|
||||
stages {
|
||||
stage('Create virtual environment') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue