Skip to content

Commit a335d02

Browse files
Update Docker.yml
1 parent b9b329d commit a335d02

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)