add build
Some checks failed
/ build (push) Failing after 39s

This commit is contained in:
Adrien Beaudouin 2025-06-07 15:56:52 +02:00
parent f00b1a8c48
commit f1d1815879

View File

@ -21,6 +21,8 @@ jobs:
registry: ${{ vars.CONTAINER_REGISTRY }}
username: ${{ vars.CONTAINER_REGISTRY_USERNAME }}
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
- name: Inspect buildx builder
run: docker buildx inspect --bootstrap
- name: Restore stage3 cache
uses: actions/cache/restore@v4