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

This commit is contained in:
Adrien Bouvais 2026-08-16 10:38:47 +02:00
parent cb63016421
commit 89d5d37b6c

View File

@ -18,6 +18,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: LS
run: ls
- name: Log in to the Container registry
run: |
docker login ${{ env.REGISTRY }} \