Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
perf: 修改每月构建
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Oct 30, 2024
1 parent f29b228 commit b404e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Builder for live images based on Debian
on:
workflow_dispatch:
schedule:
- cron: '9 0 * * *'
- cron: '0 0 1 * *'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN lb config --distribution sid \
--keyring-packages debian-ports-archive-keyring \
--mirror-binary http://deb.debian.org/debian-ports \
--mirror-bootstrap http://deb.debian.org/debian-ports \
--debootstrap-options "--include=debian-archive-keyring,ca-certificates" \
--debootstrap-options "--include=debian-archive-keyring,ca-certificates,zstd" \

COPY config/ config/

Check warning on line 59 in debian/Dockerfile

View workflow job for this annotation

GitHub Actions / build (debian, trixie)

Empty continuation lines will become errors in a future release

NoEmptyContinuation: Empty continuation line More info: https://docs.docker.com/go/dockerfile/rule/no-empty-continuation/

Check warning on line 59 in debian/Dockerfile

View workflow job for this annotation

GitHub Actions / build (debian, trixie)

Empty continuation lines will become errors in a future release

NoEmptyContinuation: Empty continuation line More info: https://docs.docker.com/go/dockerfile/rule/no-empty-continuation/

Check warning on line 59 in debian/Dockerfile

View workflow job for this annotation

GitHub Actions / build (debian, trixie)

Empty continuation lines will become errors in a future release

NoEmptyContinuation: Empty continuation line More info: https://docs.docker.com/go/dockerfile/rule/no-empty-continuation/

Check warning on line 59 in debian/Dockerfile

View workflow job for this annotation

GitHub Actions / build (debian, trixie)

Empty continuation lines will become errors in a future release

NoEmptyContinuation: Empty continuation line More info: https://docs.docker.com/go/dockerfile/rule/no-empty-continuation/

Expand Down

0 comments on commit b404e93

Please sign in to comment.