Skip to content

Lepton commit

Lepton commit #4

Workflow file for this run

name: lepton-release
on:
push:
tags:
- "*"
jobs:
build-image:
uses: ./.github/workflows/lepton-build-image.yaml
secrets: inherit
with:
repo: lepton-kueue
tag: ${GITHUB_REF##*/}
commit: ${GITHUB_REF##*/}