add build
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Adrien Beaudouin
2025-06-07 15:59:25 +02:00
parent f1d1815879
commit 0d5ddd4c54

View File

@ -21,8 +21,6 @@ jobs:
registry: ${{ vars.CONTAINER_REGISTRY }}
username: ${{ vars.CONTAINER_REGISTRY_USERNAME }}
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
- name: Inspect buildx builder
run: docker buildx inspect --bootstrap
- name: Restore stage3 cache
uses: actions/cache/restore@v4
@ -42,7 +40,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,linux/arm64 REGISTRY_USERNAME=$CONTAINER_REGISTRY/okami101/stagex
make registry-bootstrap-stage3 PROGRESS=plain BUILDER="docker buildx" PLATFORM=linux/amd64,linux/arm64 REGISTRY_USERNAME=$CONTAINER_REGISTRY/okami101/stagex
- name: Restore filesystem cache
uses: actions/cache@v4