Skip to content

Commit

Permalink
Fix extract path
Browse files Browse the repository at this point in the history
  • Loading branch information
vycius committed Jul 18, 2024
1 parent 5824fa6 commit c8554b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
id: extract
with:
image: ghcr.io/govlt/national-boundaries-api@${{ steps.docker.outputs.digest }}
path: /opt/app
path: /opt/app/.
destination: app

- run: ls -lah
Expand Down

0 comments on commit c8554b6

Please sign in to comment.