Skip to content

Commit 46c55e5

Browse files
committed
๐Ÿ‘ท CICD : CICD.yml ์ˆ˜์ •
1 parent 3449c9e commit 46c55e5

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 }}:latest
124+
export DOCKER_IMAGE=${{ secrets.DOCKER_USERNAME }}/capgoing:latest
125125
export DOCKER_COMPOSE_PATH=${{ secrets.DOCKER_COMPOSE_PATH }}
126126
127127
cd /home/ubuntu/scripts

0 commit comments

Comments
ย (0)