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.
1 parent 10e2f59 commit c25d3e6Copy full SHA for c25d3e6
.github/workflows/ci.yml
@@ -135,7 +135,7 @@ jobs:
135
build-docker-image:
136
needs: changes
137
if: ${{ needs.changes.outputs.v2 == 'true' || needs.changes.outputs.common == 'true' || needs.changes.outputs.docker == 'true' }}
138
- uses: logos-messaging/logos-messaging-nim/.github/workflows/container-image.yml@master
+ uses: ./.github/workflows/container-image.yml
139
secrets: inherit
140
141
nwaku-nwaku-interop-tests:
0 commit comments