Run workflow weekly to keep the image up to date

This commit is contained in:
Tim de Pater
2023-01-07 07:44:41 +01:00
parent 9d8c0914d6
commit c397b92945

View File

@@ -5,6 +5,8 @@ on:
branches: [ master ]
tags: ['*']
pull_request:
schedule:
- cron: '0 2 * * 6'
env:
IMAGE_NAME: trafex/php-nginx