Skip to content

Commit ff37baa

Browse files
committed
chore: Build auf Gitlab und SBOM Generierung für Flowable Modeler Server (#2071283)
fix build
1 parent 03433ef commit ff37baa

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Run Trivy vulnerability scanner
3939
uses: aquasecurity/trivy-action@0.35.0
4040
with:
41-
image-ref: 'docker.io/adito/flowable:${{ github.ref_name }}'
41+
image-ref: 'adito/flowable:${{ github.ref_name }}'
4242
format: 'cyclonedx'
4343
output: 'target/trivy.json'
4444

docker/all-in-one/build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,3 @@ cd $BASE_PWD
3838
echo "Building Docker image for version: $FLOWABLE_VERSION"
3939

4040
docker build -t adito/flowable:$FLOWABLE_VERSION --load .
41-
42-
# --load

0 commit comments

Comments
 (0)