Skip to content

Commit c25d3e6

Browse files
committed
docker image workflow file relative path
1 parent 10e2f59 commit c25d3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
build-docker-image:
136136
needs: changes
137137
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
138+
uses: ./.github/workflows/container-image.yml
139139
secrets: inherit
140140

141141
nwaku-nwaku-interop-tests:

0 commit comments

Comments
 (0)