Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeunii authored Feb 26, 2024
1 parent e3af851 commit b6e4a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

# 3. 최신 이미지를 컨테이너화하여 실행시킵니다
- name: docker run new container
run: sudo docker run -p 9001:9000 ${{ secrets.DOCKERHUB_USERNAME }}/taekiteasy
run: sudo docker run -p 9001:9000 ${{ secrets.DOCKERHUB_USERNAME }}/taekiteasy -d

# 4. 미사용 이미지를 정리합니다
- name: delete old docker image
Expand Down

0 comments on commit b6e4a7b

Please sign in to comment.