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.
2 parents 38a961f + 3449c9e commit ee034c3Copy full SHA for ee034c3
.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_NAME }}:latest
+ export DOCKER_IMAGE=${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPOSITORY }}:latest
125
export DOCKER_COMPOSE_PATH=${{ secrets.DOCKER_COMPOSE_PATH }}
126
127
cd /home/ubuntu/scripts
0 commit comments