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 a7ba114 commit 64df4d5Copy full SHA for 64df4d5
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v4
21
22
- name: Build and Push Container
23
- uses: wgtechlabs/container-build-flow-action@v1.0.0
+ uses: wgtechlabs/container-build-flow-action@v1.0.1
24
with:
25
# Registry Configuration
26
registry: both
@@ -51,7 +51,7 @@ jobs:
51
org.opencontainers.image.licenses=GPL-3.0
52
53
# Features
54
- pr-comment-enabled: false
+ pr-comment-enabled: true
55
cache-enabled: true
56
provenance: true
57
sbom: true
0 commit comments