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 1fa5f17 commit 3dce788
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mimo-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ jobs:
runs-on: ubuntu-latest
needs: [build,docker-login]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build the Docker image
run: pwd | ls -al | cd ../.. | docker build -t ${{ secrets.DOCKER_REPO }} .
run: docker build -t ${{ secrets.DOCKER_REPO }} .

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

0 comments on commit 3dce788

Please sign in to comment.