update workflow
Some checks are pending
Nightly Docker Build / build-and-push (push) Has started running

This commit is contained in:
2025-07-03 19:54:16 -04:00
parent 9c0f8c470b
commit ad2ee0af34

View File

@ -1,14 +1,14 @@
name: Nightly Docker Build
on:
push:
schedule:
- cron: '0 0 * * *' # Midnight
workflow_dispatch: # Allow manual runs
jobs:
build-and-push:
runs-on: alpine:latest
container:
image: alpine:latest
steps:
- name: Install dependencies
run: apk add docker nodejs