Skip to content

Commit 03433ef

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sbom.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install
2020
run: ./mvnw clean install -V -B --no-transfer-progress -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Pdistro
2121
- name: Build an image from Dockerfile
22-
run: docker/all-in-one/build.sh ${{ github.ref_name }}
22+
run: cd docker/all-in-one && ./build.sh ${{ github.ref_name }}
2323

2424
sbom:
2525
name: Generate merged SBOM
@@ -33,8 +33,8 @@ jobs:
3333
run: |
3434
mvn -T 1C org.cyclonedx:cyclonedx-maven-plugin:makeAggregateBom
3535
36-
- name: Build an image from Dockerfile
37-
run: docker build -t docker.io/adito/flowable:${{ github.ref_name }} .
36+
#- name: Build an image from Dockerfile
37+
# run: docker build -t docker.io/adito/flowable:${{ github.ref_name }} .
3838
- name: Run Trivy vulnerability scanner
3939
uses: aquasecurity/trivy-action@0.35.0
4040
with:

0 commit comments

Comments
 (0)