Skip to content

Commit ee034c3

Browse files
authored
Merge pull request #4 from capgoing/feature/cicd-workflows
👷 CICD : CICD.yml 수정
2 parents 38a961f + 3449c9e commit ee034c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
key: ${{ secrets.REMOTE_PRIVATE_KEY }}
122122
port: ${{ secrets.REMOTE_SSH_PORT }}
123123
script: |
124-
export DOCKER_IMAGE=${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPOSITORY_NAME }}:latest
124+
export DOCKER_IMAGE=${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPOSITORY }}:latest
125125
export DOCKER_COMPOSE_PATH=${{ secrets.DOCKER_COMPOSE_PATH }}
126126
127127
cd /home/ubuntu/scripts

0 commit comments

Comments
 (0)