From c2472b26b8b6e0c353b05769a075f50476e13782 Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin <3679080+adr1enbe4udou1n@users.noreply.github.com> Date: Tue, 3 Jun 2025 20:39:09 +0200 Subject: [PATCH] init stage0 --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index aa3fc67..5410df1 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -34,7 +34,7 @@ jobs: env: CONTAINER_REGISTRY: ${{ vars.CONTAINER_REGISTRY }} run: | - makels + make registry-bootstrap-stage0 REGISTRY_USERNAME=$CONTAINER_REGISTRY/okami101/stagex - name: Restore stage1 cache uses: actions/cache/restore@v4