.
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 12:47:52 +02:00
parent 1845a25759
commit f9de0416bc

View File

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