1
0
mirror of https://github.com/Tecnativa/docker-socket-proxy synced 2024-11-15 20:39:01 +00:00

Rebuild container weekly

Due to its nature, the container has access to sensitive data. Therefore the underlying OS should be updated regularly
This commit is contained in:
Jake Howard 2022-06-04 23:20:18 +01:00 committed by Alexandre Díaz
parent 24d40af7f4
commit f7c8b41cc6

View File

@ -7,6 +7,8 @@ name: Build, Test & Deploy
- master
tags:
- "v*"
schedule:
- cron: '0 0 * * 0' # Midnight on Sunday
workflow_dispatch:
inputs:
pytest_addopts: