Skip to content

Commit

Permalink
Add target directory to Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwenyihust committed Nov 24, 2023
1 parent a18ab65 commit 6d1837c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
run: |
cd examples/word-count
ls -la
ls -la target
docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/word-count:latest .
- name: Docker Push
Expand Down

0 comments on commit 6d1837c

Please sign in to comment.