Compare commits

...

2 Commits

Author SHA1 Message Date
Adrien Bouvais
9b0fe8afb3 .
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 40s
2026-08-16 10:42:34 +02:00
Adrien Bouvais
2ad840b1cd .
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 36s
2026-08-16 10:40:12 +02:00

View File

@ -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 }} \
@ -40,7 +37,7 @@ jobs:
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: |
@ -66,7 +63,7 @@ jobs:
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: |