Skip to content

Commit 3b53379

Browse files
committed
ci: fix discovery
1 parent a90a00c commit 3b53379

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)