Skip to content

Commit bff385b

Browse files
committed
tag : dt-0.0.1
1 parent 4719ca7 commit bff385b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
context: .
5555
push: true
56-
tags: ${{ vars.DOCKER_USER_NAME }}/${{ vars.DOCKER_REPOSITORY_NAME }}:v1.4.1 # 도커 테그 버전
56+
tags: ${{ vars.DOCKER_USER_NAME }}/${{ vars.DOCKER_REPOSITORY_NAME }}:dt-0.0.1 # 도커 테그 버전
5757

5858
deploy-docker-image:
5959
needs: build-image # build-image 작업 이후에 실행
@@ -70,5 +70,5 @@ jobs:
7070
echo "$PRIVATE_KEY" > private_key && chmod 600 private_key
7171
ssh -o StrictHostKeyChecking=no -i private_key ${USER_NAME}@${HOSTNAME} '
7272
echo ACCESS SUCCESS
73-
./deploy-api.sh v1.4.1 # 도커 테그 버전
73+
./deploy-api.sh dt-0.0.1 # 도커 테그 버전
7474
'

0 commit comments

Comments
 (0)