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

This commit is contained in:
Adrien Bouvais 2026-08-16 10:50:36 +02:00
parent a464ef1ffa
commit d6af054ed1

View File

@ -39,7 +39,7 @@ jobs:
-v ${{ github.workspace }}:/tests \
-w /tests \
${{ env.REGISTRY }}/${{ env.BASE_IMAGE_NAME }}:${{ github.ref_name }} \
python3 tests/base.py
python3 base.py
- name: Tag Base image as latest
run: |