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

This commit is contained in:
Adrien Beaudouin 2025-06-02 23:22:02 +02:00
parent 8bc38ba945
commit 21421da7ba

View File

@ -24,6 +24,11 @@ jobs:
CONTAINER_REGISTRY: ${{ vars.CONTAINER_REGISTRY }}
run: |
make registry-bootstrap-stage0 REGISTRY_USERNAME=$CONTAINER_REGISTRY/okami101/stagex
- name: Build stage1
env:
CONTAINER_REGISTRY: ${{ vars.CONTAINER_REGISTRY }}
run: |
ls
# - name: Build stage1
# env:
# CONTAINER_REGISTRY: ${{ vars.CONTAINER_REGISTRY }}