Skip to content

Commit 7069110

Browse files
committed
Merge branch 'develop' of https://github.com/TaskFlow-CLAP/TaskFlow-FE into release
2 parents f87f71c + a5e093c commit 7069110

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)