Skip to content

Commit 64df4d5

Browse files
authored
✨ tweak: update the action version and enabled the comment feature
1 parent a7ba114 commit 64df4d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Build and Push Container
23-
uses: wgtechlabs/container-build-flow-action@v1.0.0
23+
uses: wgtechlabs/container-build-flow-action@v1.0.1
2424
with:
2525
# Registry Configuration
2626
registry: both
@@ -51,7 +51,7 @@ jobs:
5151
org.opencontainers.image.licenses=GPL-3.0
5252
5353
# Features
54-
pr-comment-enabled: false
54+
pr-comment-enabled: true
5555
cache-enabled: true
5656
provenance: true
5757
sbom: true

0 commit comments

Comments
 (0)