Skip to content

Commit 3940305

Browse files
committed
ci: do not sign images for helm tests
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent 82c2ab0 commit 3940305

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/__test-action-helm-test-chart.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
secrets:
2020
oci-registry-password: ${{ secrets.GITHUB_TOKEN }}
2121
with:
22+
sign: false
2223
images: |
2324
[
2425
{

.github/workflows/__test-workflow-docker-build-images-building.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
SECRET_ANOTHER_TEST=another-test-secret
2929
build-secret-github-app-key: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}
3030
with:
31+
sign: false
3132
images: |
3233
[
3334
{

0 commit comments

Comments
 (0)