We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9b329d + a335d02 commit 351ed79Copy full SHA for 351ed79
.github/workflows/Docker.yml
@@ -31,8 +31,11 @@ jobs:
31
with:
32
images: ${{ matrix.image }}
33
-
34
- name: Debug - List files
+ name: Debug - List files opensign
35
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
39
40
name: Build and push
41
uses: docker/build-push-action@v4
0 commit comments