We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b842f81 commit 0f1179fCopy full SHA for 0f1179f
.github/workflows/docker-flowable-base-image-java.yml
@@ -31,12 +31,12 @@ jobs:
31
context: ./docker/base-image
32
platforms: linux/amd64,linux/arm64
33
push: true
34
- tags: flowable/flowable-jre-test:21
+ tags: flowable/flowable-jre:21
35
36
- name: Scan image
37
uses: anchore/scan-action@v6
38
with:
39
- image: flowable/flowable-jre-test:21
+ image: flowable/flowable-jre:21
40
output-format: 'table'
41
severity-cutoff: 'high'
42
0 commit comments