v1.0.1: bump package versions
This commit is contained in:
parent
a054bf3dbe
commit
02758f6789
2 changed files with 2 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -13,7 +13,7 @@ node {
|
|||
|
||||
stage('Push') {
|
||||
docker.withRegistry('https://registry.hub.docker.com', 'a2aa5264-dce1-4054-8828-8db95e3c6c3c') {
|
||||
app.push('v1.0.0')
|
||||
app.push('v1.0.1')
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ spec:
|
|||
service: bot
|
||||
spec:
|
||||
containers:
|
||||
- image: mykola2312/mk-dl-bot:v1.0.0
|
||||
- image: mykola2312/mk-dl-bot:v1.0.1
|
||||
name: bot
|
||||
envFrom:
|
||||
- secretRef:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue