Skip to content

Commit a5e093c

Browse files
CLAP-234 CD워크플로우 릴리즈 도커빌드 latest 제거
CLAP-234 CD워크플로우 릴리즈 도커빌드 latest 제거
2 parents 6015e0c + 8afd67c commit a5e093c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ jobs:
4747
- name: Docker build & push
4848
run: |
4949
docker login clap.kr-central-2.kcr.dev -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
50-
docker build -t ${{ secrets.DOCKER_REPO }}${{ steps.version.outputs.VERSION }} -t ${{ secrets.DOCKER_REPO }}:latest .
50+
docker build -t ${{ secrets.DOCKER_REPO }}${{ steps.version.outputs.VERSION }} .
5151
docker push ${{ secrets.DOCKER_REPO }}${{ steps.version.outputs.VERSION }}
52-
docker push ${{ secrets.DOCKER_REPO }}:latest
5352
## deploy
5453
- name: Deploy
5554
uses: appleboy/ssh-action@master

0 commit comments

Comments
 (0)