Fix DockerContainer Tag
Some checks failed
andreas-personal/AndysAdguardHomeBlocklist/pipeline/head There was a failure building this commit
Some checks failed
andreas-personal/AndysAdguardHomeBlocklist/pipeline/head There was a failure building this commit
This commit is contained in:
parent
2b9ee704e2
commit
d883e5db40
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -34,7 +34,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'docker build -t gitea.fahrecker.com/andreas-personal/AndysAdguardHomeBlocklist:dev-latest -t gitea.fahrecker.com/andreas-personal/AndysAdguardHomeBlocklist:${tag} .'
|
||||
sh 'docker build -t gitea.fahrecker.com/andreas-personal/andysadguardhomeblocklist:dev-latest -t gitea.fahrecker.com/andreas-personal/andysadguardhomeblocklist:${tag} .'
|
||||
}
|
||||
}
|
||||
stage('Login') {
|
||||
@ -44,8 +44,8 @@ pipeline {
|
||||
}
|
||||
stage('Push') {
|
||||
steps {
|
||||
sh 'docker push gitea.fahrecker.com/andreas-personal/AndysAdguardHomeBlocklist:${tag}'
|
||||
sh 'docker push gitea.fahrecker.com/andreas-personal/AndysAdguardHomeBlocklist:dev-latest'
|
||||
sh 'docker push gitea.fahrecker.com/andreas-personal/andysadguardhomeblocklist:${tag}'
|
||||
sh 'docker push gitea.fahrecker.com/andreas-personal/andysadguardhomeblocklist:dev-latest'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user