Skip to content

Commit 1553a9b

Browse files
authored
Merge pull request #1127 from input-output-hk/fix/image-building
ci: fix discovery
2 parents a90a00c + 3b53379 commit 1553a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/std.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
contents: read
8080
strategy:
8181
matrix:
82-
target: ${{ contains(fromJSON(needs.discover.outputs.hits), 'oci-images') && fromJSON(needs.discover.outputs.hits).oci-images.publish || fromJSON('["dummy-target"]') }}
82+
target: ${{ fromJSON(needs.discover.outputs.hits).oci-images && fromJSON(needs.discover.outputs.hits).oci-images.publish || fromJSON('["dummy-target"]') }}
8383
steps:
8484
- name: Configure AWS Credentials
8585
if: matrix.target != 'dummy-target'

0 commit comments

Comments
 (0)