Skip to content

Commit

Permalink
fix: Fix signing images in Update Images workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PSanetra committed Aug 12, 2024
1 parent e5e0310 commit 02172c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
provenance: mode=max
sbom: true
- name: Sign the images with GitHub OIDC Token
if: ${{ steps.target_tags.outputs.tags != '' }}
if: ${{ steps.check_if_update_is_necessary.outputs.needs_update == 'true' && steps.target_image_name.outputs.tags != '' }}
env:
DIGEST: ${{ steps.build-and-push.outputs.digest }}
TAGS: ${{ steps.target_image_name.outputs.tags }}
Expand Down

0 comments on commit 02172c8

Please sign in to comment.