This commit is contained in:
parent
d6af054ed1
commit
0408978cfb
@ -36,7 +36,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-u root \
|
-u root \
|
||||||
-v ${{ github.workspace }}:/tests \
|
-v ${{ github.workspace }}/tests:/tests \
|
||||||
-w /tests \
|
-w /tests \
|
||||||
${{ env.REGISTRY }}/${{ env.BASE_IMAGE_NAME }}:${{ github.ref_name }} \
|
${{ env.REGISTRY }}/${{ env.BASE_IMAGE_NAME }}:${{ github.ref_name }} \
|
||||||
python3 base.py
|
python3 base.py
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user