update workflow
Some checks are pending
Nightly Docker Build / build-and-push (push) Has started running
Some checks are pending
Nightly Docker Build / build-and-push (push) Has started running
This commit is contained in:
@ -1,14 +1,14 @@
|
|||||||
name: Nightly Docker Build
|
name: Nightly Docker Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *' # Midnight
|
- cron: '0 0 * * *' # Midnight
|
||||||
workflow_dispatch: # Allow manual runs
|
workflow_dispatch: # Allow manual runs
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: alpine:latest
|
container:
|
||||||
|
image: alpine:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: apk add docker nodejs
|
run: apk add docker nodejs
|
||||||
|
Reference in New Issue
Block a user