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 4139681 commit 3ac14c3Copy full SHA for 3ac14c3
.github/workflows/ci.yml
@@ -138,7 +138,7 @@ jobs:
138
build-docker-image:
139
needs: changes
140
if: ${{ needs.changes.outputs.v2 == 'true' || needs.changes.outputs.common == 'true' || needs.changes.outputs.docker == 'true' }}
141
- uses: ./.github/workflows/container-image.yml
+ uses: ./.github/workflows/container-image.yml@master
142
secrets: inherit
143
144
nwaku-nwaku-interop-tests:
0 commit comments