8000 feat: PPT-1635 stale driver cleanup task (#277) · PlaceOS/core@e04a1ca · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: PPT-1635 stale driver cleanup task (#277) #447

feat: PPT-1635 stale driver cleanup task (#277)

feat: PPT-1635 stale driver cleanup task (#277) #447

Workflow file for this run

name: Build
on: push
jobs:
build-edge:
uses: PlaceOS/.github/.github/workflows/build-dev-image.yml@main
with:
target_image: placeos/edge
secrets:
GHCR_PAT: ${{ secrets.GHCR_PAT }}
build-core:
uses: PlaceOS/.github/.github/workflows/build-dev-image.yml@main
with:
target_image: placeos/core
secrets:
GHCR_PAT: ${{ secrets.GHCR_PAT }}
0