Skip to content

Commit 6722e00

Browse files
authored
Update deploy-to-caprover.yml
1 parent 47e6ac1 commit 6722e00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
username: ${{ github.actor }}
2020
password: ${{ secrets.GITHUB_TOKEN }}
2121
registry: docker.pkg.github.com
22-
repository: dankore/docker/docker
22+
repository: dankore/docker/deploy-to-caprover-using-github-actions
2323
tag_with_ref: true
2424
# DEPLOY TO CAPROVER. SECRETS STORED IN https://github.com/settings/tokens
2525
- name: Deploy image
@@ -28,5 +28,5 @@ jobs:
2828
server: "${{ secrets.CAPROVER_URL }}"
2929
password: "${{ secrets.CAPROVER_PASSWORD }}"
3030
appname: "${{ secrets.CAPROVER_APP }}"
31-
image: docker.pkg.github.com/dankore/docker
31+
image: docker.pkg.github.com/dankore/deploy-to-caprover-using-github-actions
3232

0 commit comments

Comments
 (0)