Skip to content

Commit

Permalink
setting: 도커 파일 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehan4707 authored Jul 21, 2024
1 parent 3793936 commit 5adcf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mimo-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: List files in the current directory
run: ls -al
- name: Build the Docker image
run: docker build -t ${{ secrets.DOCKER_REPO }} -f ../Dockerfile .
run: docker build -t ${{ secrets.DOCKER_REPO }} -f /home/runner/work/mimo-server/Dockerfile .

push-docker-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5adcf06

Please sign in to comment.