fix: Remove old CI comment and allow manual trigger

This commit is contained in:
DatCaptainHorse
2025-11-20 19:14:11 +02:00
parent d5916ac2be
commit 93a9f2e5c9
2 changed files with 1 additions and 5 deletions

View File

@@ -7,11 +7,6 @@ env:
IMAGE_NAME: nestrilabs/nestri
BASE_IMAGE: docker.io/cachyos/cachyos:latest
# This makes our release ci quit prematurely
# concurrency:
# group: ci-${{ github.ref }}
# cancel-in-progress: true
jobs:
build-and-push-bases:
name: Build and push images

View File

@@ -1,6 +1,7 @@
name: Build Nestri runner image variants
on:
workflow_dispatch:
schedule:
- cron: 7 0 * * 1,3,6 # Nightlies
push: