.
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 43s

This commit is contained in:
Adrien Bouvais 2026-08-16 10:49:02 +02:00
parent 9b0fe8afb3
commit a464ef1ffa

View File

@ -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: |