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.
Update Images
1 parent e5e0310 commit 02172c8Copy full SHA for 02172c8
.github/workflows/update.yaml
@@ -95,7 +95,7 @@ jobs:
95
provenance: mode=max
96
sbom: true
97
- name: Sign the images with GitHub OIDC Token
98
- if: ${{ steps.target_tags.outputs.tags != '' }}
+ if: ${{ steps.check_if_update_is_necessary.outputs.needs_update == 'true' && steps.target_image_name.outputs.tags != '' }}
99
env:
100
DIGEST: ${{ steps.build-and-push.outputs.digest }}
101
TAGS: ${{ steps.target_image_name.outputs.tags }}
0 commit comments