Update Docker.yml

This commit is contained in:
prafull-opensignlabs
2024-02-22 18:23:55 +05:30
committed by GitHub
parent b9b329dde4
commit a335d02156
+4 -1
View File
@@ -31,8 +31,11 @@ jobs:
with:
images: ${{ matrix.image }}
-
name: Debug - List files
name: Debug - List files opensign
run: ls -R apps/OpenSign/ # Adjust the path as needed
-
name: Debug - List files opensignserver
run: ls -R apps/OpenSignServer/ # Adjust the path as needed
-
name: Build and push
uses: docker/build-push-action@v4