Skip to content

Commit

Permalink
fix: dev proxy 변경시에도 compose되게 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
NaGyeong-Park authored Dec 15, 2022
1 parent 0572eb8 commit d4f27c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/PROXY_DEV_BUILD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
echo ${{secrets.CONTAINER_REGISTRY_TOKEN}} | docker login ghcr.io -u kumsil1006 --password-stdin
docker pull ghcr.io/kumsil1006/oao-dev-proxy
cd oao
docker-compose up -d
docker image prune
- name: 실패시 슬랙 메시지 전송
if: ${{ failure() }}
uses: ./.github/actions/slack-notify
Expand Down

0 comments on commit d4f27c6

Please sign in to comment.