1
0
Fork 0
mirror of https://github.com/docker/login-action.git synced 2025-04-24 07:36:36 +02:00

Enhance workflow

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2021-03-31 18:34:44 +02:00
parent 175e20ba61
commit 4abf7e9de3
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
9 changed files with 197 additions and 29 deletions

View file

@ -6,7 +6,8 @@ on:
- cron: '0 10 * * *' # everyday at 10am
push:
branches:
- master
- 'master'
- 'releases/v*'
jobs:
dind: