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

This commit is contained in:
Adrien Beaudouin 2025-06-07 15:44:14 +02:00
parent b12bbf845d
commit 8d7fa7ed19

View File

@ -35,7 +35,7 @@ jobs:
CONTAINER_REGISTRY: ${{ vars.CONTAINER_REGISTRY }}
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
make registry-bootstrap-stage3 PLATFORM=linux/amd64,linux/arm64 REGISTRY_USERNAME=$CONTAINER_REGISTRY/okami101/stagex
- name: Restore filesystem cache
uses: actions/cache@v4