Skip to content

Commit abdcbe6

Browse files
committed
tag : v1.5.1
1 parent a4c1553 commit abdcbe6

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
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
context: .
5252
push: true
53-
tags: ${{ vars.DOCKER_USER_NAME }}/${{ vars.DOCKER_REPOSITORY_NAME }}:dt-0.0.1 # 도커 테그 버전
53+
tags: ${{ vars.DOCKER_USER_NAME }}/${{ vars.DOCKER_REPOSITORY_NAME }}:v1.5.1 # 도커 테그 버전
5454

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

0 commit comments

Comments
 (0)