Skip to content

chore: add happy log message when exporting image from containerd is … #479

chore: add happy log message when exporting image from containerd is …

chore: add happy log message when exporting image from containerd is … #479

Workflow file for this run

---
name: cicd
on:
push:
branches:
- main
pull_request: {}
workflow_dispatch: {}
jobs:
lint:
uses: ./.github/workflows/lint.yaml
test:
uses: ./.github/workflows/test.yaml
build:
needs:
- lint
- test
uses: ./.github/workflows/build.yaml