init stage0
All checks were successful
/ build (push) Successful in 16s

This commit is contained in:
Adrien Beaudouin 2025-06-02 23:30:23 +02:00
parent aa2cfb1fb9
commit 9e63ea444c

View File

@ -22,10 +22,6 @@ jobs:
with:
path: fetch
key: ${{ hashFiles('src/fetch.py') }}
- name: Fetch stage0
if: steps.cache-fetch.outputs.cache-hit != 'true'
run: |
python3 ./src/fetch.py stage0
- name: Build stage0
env:
CONTAINER_REGISTRY: ${{ vars.CONTAINER_REGISTRY }}