This commit is contained in:
parent
2ad840b1cd
commit
9b0fe8afb3
@ -18,9 +18,6 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: LS
|
||||
run: ls
|
||||
|
||||
- name: Log in to the Container registry
|
||||
run: |
|
||||
docker login ${{ env.REGISTRY }} \
|
||||
@ -38,8 +35,9 @@ jobs:
|
||||
- name: Test Base image
|
||||
run: |
|
||||
docker run --rm \
|
||||
-v ${{ github.workspace }}/tests:/tests \
|
||||
${{ env.REGISTRY }}/${{ env.BASE_IMAGE_NAME }}:${{ github.ref_name }} \
|
||||
python3 /tests/base.py
|
||||
python3 /base.py
|
||||
|
||||
- name: Tag Base image as latest
|
||||
run: |
|
||||
@ -63,8 +61,9 @@ jobs:
|
||||
- name: Test Jupyter dependencies
|
||||
run: |
|
||||
docker run --rm \
|
||||
-v ${{ github.workspace }}/tests:/tests \
|
||||
${{ env.REGISTRY }}/${{ env.JUPYTER_IMAGE_NAME }}:${{ github.ref_name }} \
|
||||
python3 /tests/dependencies.py
|
||||
python3 /dependencies.py
|
||||
|
||||
- name: Tag Jupyter image as latest
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user