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.
2 parents a90a00c + 3b53379 commit 1553a9bCopy full SHA for 1553a9b
.github/workflows/std.yml
@@ -79,7 +79,7 @@ jobs:
79
contents: read
80
strategy:
81
matrix:
82
- target: ${{ contains(fromJSON(needs.discover.outputs.hits), 'oci-images') && fromJSON(needs.discover.outputs.hits).oci-images.publish || fromJSON('["dummy-target"]') }}
+ target: ${{ fromJSON(needs.discover.outputs.hits).oci-images && fromJSON(needs.discover.outputs.hits).oci-images.publish || fromJSON('["dummy-target"]') }}
83
steps:
84
- name: Configure AWS Credentials
85
if: matrix.target != 'dummy-target'
0 commit comments