Skip to content

Commit

Permalink
hotfix : DOCKER-CD.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lreowy authored Jul 8, 2024
1 parent a0ecd52 commit 21c2d84
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 @@ -48,8 +48,8 @@ jobs:

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

cd:
Expand Down

0 comments on commit 21c2d84

Please sign in to comment.