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

This commit is contained in:
Adrien Bouvais 2026-08-16 10:56:00 +02:00
parent d6af054ed1
commit 0408978cfb

View File

@ -36,7 +36,7 @@ jobs:
run: |
docker run --rm \
-u root \
-v ${{ github.workspace }}:/tests \
-v ${{ github.workspace }}/tests:/tests \
-w /tests \
${{ env.REGISTRY }}/${{ env.BASE_IMAGE_NAME }}:${{ github.ref_name }} \
python3 base.py