Skip to content

Cache intermediate layers of container build #192

Cache intermediate layers of container build

Cache intermediate layers of container build #192

Workflow file for this run

name: Glazed CI
on:
push:
branches:
- main
tags:
- "*"
pull_request:
jobs:
rust:
uses: ./.github/workflows/_rust.yml
container:
needs: rust
uses: ./.github/workflows/_container.yml
helm:
needs: container
uses: ./.github/workflows/_helm.yml