Skip to content

Commit 00f7e0c

Browse files
authored
Update deploy-to-caprover.yml
1 parent 08e2c5d commit 00f7e0c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/deploy-to-caprover.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: Create and publish a Docker image to Caprover
33
on:
44
push:
55
branches: ['master']
6-
6+
7+
workflow_dispatch:
8+
79
env:
810
REGISTRY: ghcr.io
911
IMAGE_NAME: ${{ github.repository }}
@@ -45,4 +47,4 @@ jobs:
4547
server: "${{ secrets.CAPROVER_URL }}"
4648
password: "${{ secrets.CAPROVER_PASSWORD }}"
4749
appName: "${{ secrets.CAPROVER_APP }}"
48-
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

Comments
 (0)