We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c22757 commit 9cb662fCopy full SHA for 9cb662f
.github/workflows/build_images_regular.yml
@@ -1,9 +1,9 @@
1
-name: Build Docker Images Daily
+name: Build Docker Images Regularly
2
on:
3
schedule:
4
- cron: '0 9 * * 5'
5
jobs:
6
- build_docker_images_daily:
+ build_docker_images_regularly:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v2
@@ -21,7 +21,7 @@ jobs:
21
with:
22
username: ${{ secrets.DOCKERHUB_USERNAME }}
23
password: ${{ secrets.DOCKERHUB_TOKEN }}
24
- - name: Build Docker Images
+ - name: Build Docker Images Regularly
25
run: |
26
df -lh
27
./build_images.py
0 commit comments