parent
1c9719aee7
commit
004ec28877
@ -31,21 +31,14 @@ jobs:
|
||||
run: |
|
||||
make registry-bootstrap-stage0 REGISTRY_USERNAME=$CONTAINER_REGISTRY/okami101/stagex
|
||||
|
||||
# - name: Restore stage1 cache
|
||||
# id: restore-stage1
|
||||
# uses: actions/cache/restore@v4
|
||||
# with:
|
||||
# path: fetch/bootstrap/stage1
|
||||
# key: ${{ hashFiles('packages/bootstrap/stage1/package.toml') }}
|
||||
# - name: Fetch stage1
|
||||
# run: |
|
||||
# python3 ./src/fetch.py stage1
|
||||
# - name: Save stage1 cache
|
||||
# id: save-stage1
|
||||
# uses: actions/cache/save@v4
|
||||
# with:
|
||||
# path: fetch/bootstrap/stage1
|
||||
# key: ${{ hashFiles('packages/bootstrap/stage1/package.toml') }}
|
||||
- name: Restore stage1 cache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: fetch/bootstrap/stage1
|
||||
key: ${{ hashFiles('packages/bootstrap/stage1/package.toml') }}
|
||||
- name: Fetch stage1
|
||||
run: |
|
||||
python3 ./src/fetch.py stage1
|
||||
# - name: Build stage1
|
||||
# env:
|
||||
# CONTAINER_REGISTRY: ${{ vars.CONTAINER_REGISTRY }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user