Skip to content

Commit

Permalink
Push manifests when compression count is over one
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Jul 10, 2024
1 parent fb0d72f commit 741a729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ runs:
done
- name: Push Manifests (Multiple)
if: steps.metadata.outputs.COMPRESSION_FORMAT_COUNT
if: steps.metadata.outputs.COMPRESSION_FORMAT_COUNT > 1
id: push-manifests
shell: bash
env:
Expand Down

0 comments on commit 741a729

Please sign in to comment.