This commit is contained in:
parent
f9de0416bc
commit
45f30281c6
@ -32,6 +32,13 @@ jobs:
|
||||
-t ${{ env.REGISTRY }}/${{ env.BASE_IMAGE_NAME }}:${{ github.ref_name }} \
|
||||
./images/base
|
||||
|
||||
- name: Debug mount
|
||||
run: |
|
||||
echo "Runner-side:"
|
||||
ls -la ${{ github.workspace }}/tests
|
||||
echo "Container-side:"
|
||||
docker run --rm -v ${{ github.workspace }}/tests:/tests -w /tests ${{ env.REGISTRY }}/${{ env.BASE_IMAGE_NAME }}:${{ github.ref_name }} ls -la /tests
|
||||
|
||||
- name: Test Base image
|
||||
run: |
|
||||
docker run --rm \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user