Skip to content

cache on push

cache on push #1

Workflow file for this run

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