Merge pull request #945 from OpenSignLabs/prafull-opensignlabs-patch-22

Update Docker.yml
This commit is contained in:
Amol
2024-07-18 16:30:31 +05:30
committed by GitHub
+3 -3
View File
@@ -2,7 +2,7 @@ name: ci
on:
push:
branches:
- 'main'
- 'staging'
jobs:
docker:
@@ -10,9 +10,9 @@ jobs:
strategy:
matrix:
include:
- image: amolshejole/OpenSign
- image: opensign/opensign
dockerfile: apps/OpenSign/Dockerhubfile
- image: amolshejole/OpenSignServer
- image: opensign/opensignserver
dockerfile: apps/OpenSignServer/Dockerhubfile
steps:
-