build: Test explicit binary
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
1d791a3820
commit
1f2081f05c
@ -41,7 +41,7 @@ steps:
|
||||
from_secret: git_apikey
|
||||
GIT_USERNAME: djpbessems
|
||||
|
||||
- name: Build & publish container image (Harbor)
|
||||
- name: Container image (Harbor)
|
||||
depends_on:
|
||||
- Semantic Release (Dry-run)
|
||||
image: plugins/kaniko
|
||||
@ -56,7 +56,7 @@ steps:
|
||||
password:
|
||||
from_secret: harbor_password
|
||||
|
||||
- name: Build & publish container image (docker.io)
|
||||
- name: Container image (docker.io)
|
||||
depends_on:
|
||||
- Semantic Release (Dry-run)
|
||||
image: plugins/kaniko
|
||||
@ -64,7 +64,7 @@ steps:
|
||||
context: .
|
||||
commands:
|
||||
- |
|
||||
echo 'then nothing happened?'
|
||||
/kaniko-executor
|
||||
settings:
|
||||
repo: index.docker.io/djpbessems/json-server
|
||||
registry: https://index.docker.io/v1/
|
||||
@ -74,7 +74,7 @@ steps:
|
||||
password:
|
||||
from_secret: docker_password
|
||||
|
||||
- name: Package & publish helm chart (Gitea)
|
||||
- name: Helm chart (Gitea)
|
||||
depends_on:
|
||||
- Semantic Release (Dry-run)
|
||||
image: bv11-cr01.bessems.eu/proxy/alpine/helm
|
||||
|
Loading…
Reference in New Issue
Block a user