Skip to content

Commit

Permalink
Fix bind volume
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Mar 7, 2024
1 parent 6b04cc2 commit 14e457a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: redhat/ubi9:latest
options: -v ${{ github.workspace }}/artifacts/dist -v /artifacts/dist
options: -v ${{ github.workspace }}/artifacts/dist:/artifacts/dist
run: |
yum localinstall "/artifacts/dist/${{ inputs.package }}" -y
Expand Down

0 comments on commit 14e457a

Please sign in to comment.