Skip to content

cache_layers

cache_layers #46

Workflow file for this run

name: cache_layers
on:
workflow_dispatch:
push:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '5 1 * * *'
jobs:
prepare:
runs-on: [self-hosted, linux, x64, builder]
steps:
- name: cache metadata layers
run: ./ci/update-repos
env:
LAYERCACHE: ${{ vars.PERSISTENT_DIR }}/layers