diff --git a/.github/workflows/console.yml b/.github/workflows/console.yml index 144e62c..1c5ad12 100644 --- a/.github/workflows/console.yml +++ b/.github/workflows/console.yml @@ -7,11 +7,15 @@ on: paths: ["console/**"] pull_request: branches: [main] + schedule: + - cron: "33 2 * * SUN" jobs: build: uses: bsm/misc/.github/workflows/build-push-ghcr.yml@main with: image: ghcr.io/${{ github.repository }}/console + context: console + file: console/Dockerfile tags: | type=raw,value=latest,enable={{is_default_branch}} diff --git a/.github/workflows/nginx.yml b/.github/workflows/nginx.yml index bd293f6..da4d570 100644 --- a/.github/workflows/nginx.yml +++ b/.github/workflows/nginx.yml @@ -7,11 +7,15 @@ on: paths: ["nginx/**"] pull_request: branches: [main] + schedule: + - cron: "33 2 * * SUN" jobs: build: uses: bsm/misc/.github/workflows/build-push-ghcr.yml@main with: image: ghcr.io/${{ github.repository }}/nginx + context: nginx + file: nginx/Dockerfile tags: | type=raw,value=1-alpine-slim,enable={{is_default_branch}}