Skip to content

Commit 351ed79

Browse files
authored
Merge pull request #420 from OpenSignLabs/prafull-opensignlabs-patch-3
2 parents b9b329d + a335d02 commit 351ed79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/Docker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ jobs:
3131
with:
3232
images: ${{ matrix.image }}
3333
-
34-
name: Debug - List files
34+
name: Debug - List files opensign
3535
run: ls -R apps/OpenSign/ # Adjust the path as needed
36+
-
37+
name: Debug - List files opensignserver
38+
run: ls -R apps/OpenSignServer/ # Adjust the path as needed
3639
-
3740
name: Build and push
3841
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)