Skip to content

Commit b98c0b3

Browse files
committed
Fix docker visibility suffix
1 parent 7987f0c commit b98c0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- nsq
6767
- stdout
6868
include:
69-
- visibility_suffix: ${{ github.event.repository.private == false && '' || '-private' }}
69+
- visibility_suffix: ${{ github.event.repository.private == true && '-private' || '' }}
7070
- platform: kinesis
7171
run_snyk: ${{ !contains(github.ref, 'rc') }}
7272
- platform: pubsub

0 commit comments

Comments
 (0)