add filesystem
All checks were successful
/ build (push) Successful in 1m17s

This commit is contained in:
Adrien Beaudouin 2025-06-05 20:00:06 +02:00
parent 6c0a45b042
commit b8d2a501c8

View File

@ -36,3 +36,14 @@ jobs:
run: |
sed -i 's|stagex/bootstrap-stage2|docker.io/stagex/bootstrap-stage2|' packages/bootstrap/stage3/Containerfile
make registry-bootstrap-stage3 PLATFORM=linux/amd64 REGISTRY_USERNAME=$CONTAINER_REGISTRY/okami101/stagex
- name: Restore filesystem cache
uses: actions/cache@v4
with:
path: fetch/core/filesystem
key: filesystem-${{ hashFiles('packages/core/filesystem/package.toml') }}
- name: Build filesystem
env:
CONTAINER_REGISTRY: ${{ vars.CONTAINER_REGISTRY }}
run: |
make registry-core-filesystem PLATFORM=linux/amd64 REGISTRY_USERNAME=$CONTAINER_REGISTRY/okami101/stagex