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.
1 parent b9b329d commit a335d02Copy full SHA for a335d02
.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