build: Test explicit binary
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Danny Bessems 2023-07-11 15:37:29 +02:00
parent 1d791a3820
commit 1f2081f05c

View File

@ -41,7 +41,7 @@ steps:
from_secret: git_apikey from_secret: git_apikey
GIT_USERNAME: djpbessems GIT_USERNAME: djpbessems
- name: Build & publish container image (Harbor) - name: Container image (Harbor)
depends_on: depends_on:
- Semantic Release (Dry-run) - Semantic Release (Dry-run)
image: plugins/kaniko image: plugins/kaniko
@ -56,7 +56,7 @@ steps:
password: password:
from_secret: harbor_password from_secret: harbor_password
- name: Build & publish container image (docker.io) - name: Container image (docker.io)
depends_on: depends_on:
- Semantic Release (Dry-run) - Semantic Release (Dry-run)
image: plugins/kaniko image: plugins/kaniko
@ -64,7 +64,7 @@ steps:
context: . context: .
commands: commands:
- | - |
echo 'then nothing happened?' /kaniko-executor
settings: settings:
repo: index.docker.io/djpbessems/json-server repo: index.docker.io/djpbessems/json-server
registry: https://index.docker.io/v1/ registry: https://index.docker.io/v1/
@ -74,7 +74,7 @@ steps:
password: password:
from_secret: docker_password from_secret: docker_password
- name: Package & publish helm chart (Gitea) - name: Helm chart (Gitea)
depends_on: depends_on:
- Semantic Release (Dry-run) - Semantic Release (Dry-run)
image: bv11-cr01.bessems.eu/proxy/alpine/helm image: bv11-cr01.bessems.eu/proxy/alpine/helm