Fix release_tag.yaml (#2509)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
4
.github/workflows/release_tag.yaml
vendored
4
.github/workflows/release_tag.yaml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Release Start
|
name: Release Tag
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# enable running the workflow manually
|
# enable running the workflow manually
|
||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
tag:
|
tag:
|
||||||
# only on original eclipse-hawkbit/hawkbit repo and when release fixed version
|
# only on original eclipse-hawkbit/hawkbit repo and when release fixed version
|
||||||
if: github.repository == 'eclipse-hawkbit/hawkbit' && inputs.revision != '0-SNAPSHOT'
|
if: github.repository == 'eclipse-hawkbit/hawkbit' && inputs.revision != '0-SNAPSHOT'
|
||||||
uses: ./.github/workflows/reusable_workflow_tag
|
uses: ./.github/workflows/reusable_workflow_tag.yaml
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -99,4 +99,4 @@ jobs:
|
|||||||
uses: github/codeql-action/upload-sarif@v3
|
uses: github/codeql-action/upload-sarif@v3
|
||||||
with:
|
with:
|
||||||
sarif_file: 'scans/eclipse-hawkbit/hawkbit/hawkbit-repository-jpa-init:latest.sarif'
|
sarif_file: 'scans/eclipse-hawkbit/hawkbit/hawkbit-repository-jpa-init:latest.sarif'
|
||||||
category: "Container Images (hawkbit-update-server)"
|
category: "Container Images (hawkbit-repository-jpa-init)"
|
||||||
Reference in New Issue
Block a user