Add catch-all testing build tag to make testing easier

This commit is contained in:
iFargle
2023-02-10 21:46:25 +09:00
parent 4a5d5aef68
commit b98c07b241

1
Jenkinsfile vendored
View File

@@ -66,6 +66,7 @@ pipeline {
docker.withRegistry('https://git.sysctl.io/', 'gitea-jenkins-pat') {
forgejoImage.push("${env.BRANCH_NAME}-${env.BUILD_ID}")
forgejoImage.push("${env.BRANCH_NAME}")
forgejoImage.push("testing")
}
}
}