mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-05 15:33:08 +00:00
try relative path
This commit is contained in:
parent
2ae26b0663
commit
29b7bf859e
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -132,7 +132,8 @@ jobs:
|
||||
build-docker-image:
|
||||
needs: changes
|
||||
if: ${{ needs.changes.outputs.v2 == 'true' || needs.changes.outputs.common == 'true' || needs.changes.outputs.docker == 'true' }}
|
||||
uses: logos-messaging/logos-messaging-nim/.github/workflows/container-image.yml@master
|
||||
#uses: logos-messaging/logos-messaging-nim/.github/workflows/container-image.yml@master
|
||||
uses: ./.github/workflows/container-image.yml
|
||||
secrets: inherit
|
||||
|
||||
nwaku-nwaku-interop-tests:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user