We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e2c5d commit 00f7e0cCopy full SHA for 00f7e0c
1 file changed
.github/workflows/deploy-to-caprover.yml
@@ -3,7 +3,9 @@ name: Create and publish a Docker image to Caprover
3
on:
4
push:
5
branches: ['master']
6
-
+
7
+ workflow_dispatch:
8
9
env:
10
REGISTRY: ghcr.io
11
IMAGE_NAME: ${{ github.repository }}
@@ -45,4 +47,4 @@ jobs:
45
47
server: "${{ secrets.CAPROVER_URL }}"
46
48
password: "${{ secrets.CAPROVER_PASSWORD }}"
49
appName: "${{ secrets.CAPROVER_APP }}"
- image: ghcr.io/dankore/deploy-to-caprover-using-github-actions:master
50
+ image: ghcr.io/dankore/deploy-to-caprover-using-github-actions:master
0 commit comments