Add docker release workflow (#2500)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-06-26 10:39:32 +03:00
committed by GitHub
parent 2f3e2ffcd0
commit 90942642ea
7 changed files with 69 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ on:
jobs:
trivy-scan:
# only on original eclipse-hawkbit/hawkbit repo or when manually triggered
if: github.repository == 'eclipse-hawkbit/hawkbit' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
permissions: