Skip to content

Commit

Permalink
try pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed Nov 28, 2024
1 parent b1d64d1 commit 9205fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
- name: Build native test server (Docker)
if: matrix.os_family == 'Linux'
run: |
image="$(docker build -q docker/native-image)"
image="$(docker build -q $(pwd)/docker/native-image)"
docker run \
--rm -v "$(pwd):/workspace" -w /workspace \
${image} \
Expand Down

0 comments on commit 9205fb9

Please sign in to comment.