Skip to content

Commit

Permalink
Update CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaeAg authored Dec 20, 2023
1 parent 8d79216 commit 1579180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:

- name: docker image 빌드 및 푸시
run: |
docker build --platform linux/amd64 -t sunseo18/do-sopt-seminar .
docker push sunseo18/do-sopt-seminar
docker build --platform linux/amd64 -t chaeag/do-sopt-seminar .
docker push chaeag/do-sopt-seminar
working-directory: ${{ env.working-directory }}

deploy-cd:
Expand Down

0 comments on commit 1579180

Please sign in to comment.