ci: run just hadolint+kaniko-publish on push
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-03-22 23:02:35 +01:00
parent bffe951be4
commit 42c716c6ab
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -34,7 +34,7 @@ steps:
- VCS_REF=${DRONE_COMMIT_SHA:0:7}
when:
ref:
- refs/heads/development
# essentially build only feature branches/PRs and tags
- "refs/heads/feature-**"
- "refs/pull/**"
- "refs/tags/**"