File tree Expand file tree Collapse file tree 5 files changed +19
-6
lines changed Expand file tree Collapse file tree 5 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - master
77 schedule :
8- - cron : ' 0 0 * * *'
8+ - cron : " 0 0 * * *"
9+ workflow_dispatch : {}
910
1011jobs :
1112 build :
1213 runs-on : ubuntu-latest
14+
1315 container :
1416 image : debian:latest
1517 volumes :
Original file line number Diff line number Diff line change 11name : daily-6.0-pinebookpro
22
33on :
4+ push :
5+ branches :
6+ - master
7+ - github-update
48 schedule :
5- - cron : ' 0 0 * * *'
9+ - cron : " 0 0 * * *"
10+ workflow_dispatch : {}
611
712jobs :
813 build :
1419
1520 - name : Build and upload image
1621 run : |
17- ./build-pinebookpro.sh "${{ secrets.key }}" "${{ secrets.secret }}" "${{ secrets.endpoint }}" "${{ secrets.bucket }}"
22+ sudo ./build-pinebookpro.sh "${{ secrets.key }}" "${{ secrets.secret }}" "${{ secrets.endpoint }}" "${{ secrets.bucket }}"
Original file line number Diff line number Diff line change 55 branches :
66 - master
77 schedule :
8- - cron : ' 0 0 * * *'
8+ - cron : " 0 0 * * *"
9+ workflow_dispatch : {}
910
1011jobs :
1112 build :
1213 runs-on : ubuntu-latest
14+
1315 container :
1416 image : debian:latest
1517 volumes :
Original file line number Diff line number Diff line change @@ -2,11 +2,13 @@ name: distinst-weekly
22
33on :
44 schedule :
5- - cron : ' 0 0 * * 3'
5+ - cron : " 0 0 * * 3"
6+ workflow_dispatch : {}
67
78jobs :
89 build :
910 runs-on : ubuntu-latest
11+
1012 container :
1113 image : debian:latest
1214 volumes :
Original file line number Diff line number Diff line change @@ -3,11 +3,13 @@ name: stable
33on :
44 push :
55 tags :
6- - ' *'
6+ - " *"
7+ workflow_dispatch : {}
78
89jobs :
910 build :
1011 runs-on : ubuntu-latest
12+
1113 container :
1214 image : debian:latest
1315 volumes :
You can’t perform that action at this time.
0 commit comments