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.
1 parent a4c1553 commit abdcbe6Copy full SHA for abdcbe6
.github/workflows/deploy.yml
@@ -50,7 +50,7 @@ jobs:
50
with:
51
context: .
52
push: true
53
- tags: ${{ vars.DOCKER_USER_NAME }}/${{ vars.DOCKER_REPOSITORY_NAME }}:dt-0.0.1 # 도커 테그 버전
+ tags: ${{ vars.DOCKER_USER_NAME }}/${{ vars.DOCKER_REPOSITORY_NAME }}:v1.5.1 # 도커 테그 버전
54
55
deploy-docker-image:
56
needs: build-image # build-image 작업 이후에 실행
@@ -67,5 +67,5 @@ jobs:
67
echo "$PRIVATE_KEY" > private_key && chmod 600 private_key
68
ssh -o StrictHostKeyChecking=no -i private_key ${USER_NAME}@${HOSTNAME} '
69
echo ACCESS SUCCESS
70
- ./deploy-api.sh dt-0.0.1 # 도커 테그 버전
+ ./deploy-api.sh v1.5.1 # 도커 테그 버전
71
'
0 commit comments