Back to the original builder image
continuous-integration/drone Build is failing Details

This commit is contained in:
Adam Štrauch 2023-08-12 14:44:11 +02:00
parent c5801364d1
commit fe72c1a797
Signed by: cx
GPG Key ID: 018304FFA8988F8D
1 changed files with 3 additions and 3 deletions

View File

@ -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: