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 2ae26b0 commit 29b7bf8Copy full SHA for 29b7bf8
.github/workflows/ci.yml
@@ -132,7 +132,8 @@ jobs:
132
build-docker-image:
133
needs: changes
134
if: ${{ needs.changes.outputs.v2 == 'true' || needs.changes.outputs.common == 'true' || needs.changes.outputs.docker == 'true' }}
135
- uses: logos-messaging/logos-messaging-nim/.github/workflows/container-image.yml@master
+ #uses: logos-messaging/logos-messaging-nim/.github/workflows/container-image.yml@master
136
+ uses: ./.github/workflows/container-image.yml
137
secrets: inherit
138
139
nwaku-nwaku-interop-tests:
0 commit comments