Skip to content

Commit 9cb662f

Browse files
authored
Update build_images_regular.yml
1 parent 6c22757 commit 9cb662f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_images_regular.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Build Docker Images Daily
1+
name: Build Docker Images Regularly
22
on:
33
schedule:
44
- cron: '0 9 * * 5'
55
jobs:
6-
build_docker_images_daily:
6+
build_docker_images_regularly:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
username: ${{ secrets.DOCKERHUB_USERNAME }}
2323
password: ${{ secrets.DOCKERHUB_TOKEN }}
24-
- name: Build Docker Images
24+
- name: Build Docker Images Regularly
2525
run: |
2626
df -lh
2727
./build_images.py

0 commit comments

Comments
 (0)