1
0
mirror of https://github.com/Tecnativa/docker-socket-proxy synced 2025-06-25 18:02:38 +00:00

Merge pull request #71 from RealOrangeOne/patch-2

Rebuild container weekly
This commit is contained in:
Alexandre Díaz 2022-06-24 17:11:47 +02:00 committed by GitHub
commit 59a67d506d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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