Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into jize
  • Loading branch information
ChickenSellerRED committed Mar 11, 2024
2 parents 6f2555d + e5d6cc9 commit a13a7d1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build_and_push_docker_img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ jobs:
uses: actions/checkout@v3
with:
repository: 'USC-InfoLab/w4h-api'
path: '.'

path: 'lib'

- name: print directory
run: |
pwd
ls -la
- name: Login to DockerHub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit a13a7d1

Please sign in to comment.