We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db868c3 commit d009ba9Copy full SHA for d009ba9
.github/workflows/qemu_multiarch_linux.yml
@@ -83,7 +83,7 @@ jobs:
83
echo ">>>>> WORKDIR: ${{ github.workspace }}"
84
ls -laF ${{ github.workspace }}
85
- name: "Run"
86
- uses: addnab/docker-run-action@v3
+ uses: maus007/docker-run-action-fork@v1
87
with:
88
image: ${{ matrix.image }}
89
options: -v ${{ github.workspace }}:${{ github.workspace }} -w ${{ github.workspace }} --env-file docker-run-action.env
0 commit comments