mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 16:55:37 +02:00
fix: Remove old CI comment and allow manual trigger
This commit is contained in:
5
.github/workflows/runner-bases.yml
vendored
5
.github/workflows/runner-bases.yml
vendored
@@ -7,11 +7,6 @@ env:
|
|||||||
IMAGE_NAME: nestrilabs/nestri
|
IMAGE_NAME: nestrilabs/nestri
|
||||||
BASE_IMAGE: docker.io/cachyos/cachyos:latest
|
BASE_IMAGE: docker.io/cachyos/cachyos:latest
|
||||||
|
|
||||||
# This makes our release ci quit prematurely
|
|
||||||
# concurrency:
|
|
||||||
# group: ci-${{ github.ref }}
|
|
||||||
# cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push-bases:
|
build-and-push-bases:
|
||||||
name: Build and push images
|
name: Build and push images
|
||||||
|
|||||||
1
.github/workflows/runner-variants.yml
vendored
1
.github/workflows/runner-variants.yml
vendored
@@ -1,6 +1,7 @@
|
|||||||
name: Build Nestri runner image variants
|
name: Build Nestri runner image variants
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 7 0 * * 1,3,6 # Nightlies
|
- cron: 7 0 * * 1,3,6 # Nightlies
|
||||||
push:
|
push:
|
||||||
|
|||||||
Reference in New Issue
Block a user