diff --git a/.github/workflows/daily-5.1.yml b/.github/workflows/daily-5.1.yml index 26d2dece9..3760a2708 100644 --- a/.github/workflows/daily-5.1.yml +++ b/.github/workflows/daily-5.1.yml @@ -5,11 +5,13 @@ on: branches: - master schedule: - - cron: '0 0 * * *' + - cron: "0 0 * * *" + workflow_dispatch: {} jobs: build: runs-on: ubuntu-latest + container: image: debian:latest volumes: diff --git a/.github/workflows/daily-6.0-pinebookpro.yml b/.github/workflows/daily-6.0-pinebookpro.yml index 0ca3a2e73..f6aa088e5 100644 --- a/.github/workflows/daily-6.0-pinebookpro.yml +++ b/.github/workflows/daily-6.0-pinebookpro.yml @@ -1,8 +1,13 @@ name: daily-6.0-pinebookpro on: + push: + branches: + - master + - github-update schedule: - - cron: '0 0 * * *' + - cron: "0 0 * * *" + workflow_dispatch: {} jobs: build: @@ -14,4 +19,4 @@ jobs: - name: Build and upload image run: | - ./build-pinebookpro.sh "${{ secrets.key }}" "${{ secrets.secret }}" "${{ secrets.endpoint }}" "${{ secrets.bucket }}" + sudo ./build-pinebookpro.sh "${{ secrets.key }}" "${{ secrets.secret }}" "${{ secrets.endpoint }}" "${{ secrets.bucket }}" diff --git a/.github/workflows/daily-6.0.yml b/.github/workflows/daily-6.0.yml index a0ac5f1ff..fe86305fb 100644 --- a/.github/workflows/daily-6.0.yml +++ b/.github/workflows/daily-6.0.yml @@ -5,11 +5,13 @@ on: branches: - master schedule: - - cron: '0 0 * * *' + - cron: "0 0 * * *" + workflow_dispatch: {} jobs: build: runs-on: ubuntu-latest + container: image: debian:latest volumes: diff --git a/.github/workflows/distinst-weekly.yml b/.github/workflows/distinst-weekly.yml index 13d430eac..aa91b76b8 100644 --- a/.github/workflows/distinst-weekly.yml +++ b/.github/workflows/distinst-weekly.yml @@ -2,11 +2,13 @@ name: distinst-weekly on: schedule: - - cron: '0 0 * * 3' + - cron: "0 0 * * 3" + workflow_dispatch: {} jobs: build: runs-on: ubuntu-latest + container: image: debian:latest volumes: diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index 69a0a20a6..07e78457d 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -3,11 +3,13 @@ name: stable on: push: tags: - - '*' + - "*" + workflow_dispatch: {} jobs: build: runs-on: ubuntu-latest + container: image: debian:latest volumes: