We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3449c9e commit 46c55e5Copy full SHA for 46c55e5
โ.github/workflows/CICD.ymlโ
@@ -121,7 +121,7 @@ jobs:
121
key: ${{ secrets.REMOTE_PRIVATE_KEY }}
122
port: ${{ secrets.REMOTE_SSH_PORT }}
123
script: |
124
- export DOCKER_IMAGE=${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPOSITORY }}:latest
+ export DOCKER_IMAGE=${{ secrets.DOCKER_USERNAME }}/capgoing:latest
125
export DOCKER_COMPOSE_PATH=${{ secrets.DOCKER_COMPOSE_PATH }}
126
127
cd /home/ubuntu/scripts
0 commit comments