This commit is contained in:
parent
c5801364d1
commit
fe72c1a797
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ name: image building
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build&push squashed image
|
- name: build&push squashed image
|
||||||
image: registry.kube.ceperka.net/library/builder:38
|
image: harbor.hq.rosti.cz/library/builder:38
|
||||||
environment:
|
environment:
|
||||||
username: robot$rosti+rosti
|
username: robot$rosti+rosti
|
||||||
password:
|
password:
|
||||||
|
@ -29,7 +29,7 @@ name: test image
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test build
|
- name: test build
|
||||||
image: registry.kube.ceperka.net/library/builder:38
|
image: harbor.hq.rosti.cz/library/builder:38
|
||||||
environment:
|
environment:
|
||||||
username: robot$rosti+rosti
|
username: robot$rosti+rosti
|
||||||
password:
|
password:
|
||||||
|
@ -39,7 +39,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- echo "$password" | podman login -u $username --password-stdin $repo
|
- echo "$password" | podman login -u $username --password-stdin $repo
|
||||||
- task build VERSION=test
|
- task build VERSION=test
|
||||||
- task testVERSION=test
|
- task test VERSION=test
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
|
|
Loading…
Reference in a new issue