build: Test explicit binary
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Danny Bessems 2023-07-11 15:37:29 +02:00
parent 1d791a3820
commit 1f2081f05c
1 changed files with 4 additions and 4 deletions

View File

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