Skip to content

Commit

Permalink
Update DOCKER-CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
junggyo1020 authored Jan 18, 2025
1 parent 02fdb2c commit 182ba97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DOCKER-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:

- name: docker image 빌드 및 푸시
run: |
docker build --platform linux/amd64 -t terningpoint/terning-deploy .
docker push terningpoint/terning-deploy
docker build --platform linux/amd64 -t terningpoint/terning2025 .
docker push terningpoint/terning2025
working-directory: ${{ env.working-directory }}

cd:
Expand Down

0 comments on commit 182ba97

Please sign in to comment.