Skip to content

Commit 29b7bf8

Browse files
committed
try relative path
1 parent 2ae26b0 commit 29b7bf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ jobs:
132132
build-docker-image:
133133
needs: changes
134134
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
135+
#uses: logos-messaging/logos-messaging-nim/.github/workflows/container-image.yml@master
136+
uses: ./.github/workflows/container-image.yml
136137
secrets: inherit
137138

138139
nwaku-nwaku-interop-tests:

0 commit comments

Comments
 (0)