Skip to content

Commit

Permalink
fix: Fix wrong cwd in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ducdetronquito committed Nov 13, 2024
1 parent b43eede commit e79648f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: ZeroGachis/.github/.github/workflows/push-pypi.yml@v1
with:
image_url: ${{ needs.build.outputs.image-url }}
workdir: /home/src/nurse
workdir: /app
secrets: inherit

detroy:
Expand Down

0 comments on commit e79648f

Please sign in to comment.