This commit is contained in:
parent
9b0fe8afb3
commit
a464ef1ffa
@ -35,9 +35,11 @@ jobs:
|
||||
- name: Test Base image
|
||||
run: |
|
||||
docker run --rm \
|
||||
-v ${{ github.workspace }}/tests:/tests \
|
||||
-u root \
|
||||
-v ${{ github.workspace }}:/tests \
|
||||
-w /tests \
|
||||
${{ env.REGISTRY }}/${{ env.BASE_IMAGE_NAME }}:${{ github.ref_name }} \
|
||||
python3 /base.py
|
||||
python3 tests/base.py
|
||||
|
||||
- name: Tag Base image as latest
|
||||
run: |
|
||||
@ -63,7 +65,7 @@ jobs:
|
||||
docker run --rm \
|
||||
-v ${{ github.workspace }}/tests:/tests \
|
||||
${{ env.REGISTRY }}/${{ env.JUPYTER_IMAGE_NAME }}:${{ github.ref_name }} \
|
||||
python3 /dependencies.py
|
||||
python3 /tests/dependencies.py
|
||||
|
||||
- name: Tag Jupyter image as latest
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user