Skip to content

Commit

Permalink
⚙️ chore: run 하는 docker image 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jinddings committed Nov 5, 2024
1 parent c49c639 commit 318dd2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
script: |
docker pull ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_TAG }}
docker stop ${{ env.DOCKER_IMAGE }} || true
docker rm juga-docker || true
docker rm pjm2476/juga-docker || true
docker run -d \
--name juga-docker \
-p 8080:8080 \
--name pjm2476/juga-docker \
-p 3000:3000 \
${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_TAG }}

0 comments on commit 318dd2d

Please sign in to comment.