Compare commits
2 Commits
89d5d37b6c
...
9b0fe8afb3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9b0fe8afb3 | ||
|
|
2ad840b1cd |
@ -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: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user