Skip to content

Commit

Permalink
Improve build
Browse files Browse the repository at this point in the history
  • Loading branch information
Builder committed Jan 26, 2024
1 parent 5c5134a commit 0060442
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: ZP AIO Build

on:
workflow_dispatch
push:
paths:
- 'releases/**'

workflow_dispatch:

schedule:
- cron: "0 0 * * *"

Expand Down Expand Up @@ -33,4 +38,4 @@ jobs:
password: ${{ secrets.ZPDOCKER_PASSWORD }}

- name: Build the Docker image
run: ./k8s/build.sh
run: ./k8s/build.sh -l

0 comments on commit 0060442

Please sign in to comment.