fix(ci): use golang image for release-notes step to ensure bash is available
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
Stefan Goppelt 2026-03-29 17:18:22 +02:00
parent b3d80f1ae3
commit 7dcf04c568
1 changed files with 2 additions and 2 deletions

View File

@ -25,9 +25,9 @@ steps:
- govulncheck -json ./... > vulncheck.json
- name: release-notes
image: alpine/git
image: golang:1.25.8
commands:
- sh scripts/generate-release-notes.sh
- bash scripts/generate-release-notes.sh
when:
event:
- tag