Skip to content

Commit

Permalink
Update mimo-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehan4707 authored Jul 21, 2024
1 parent 292902a commit 1fa5f17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mimo-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:
needs: [build,docker-login]
steps:
- name: Build the Docker image
run: docker build -t ${{ secrets.DOCKER_REPO }} .
working-directory: ../..
run: pwd | ls -al | cd ../.. | docker build -t ${{ secrets.DOCKER_REPO }} .

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

0 comments on commit 1fa5f17

Please sign in to comment.