1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-04-22 14:46:39 +02:00

Note about new inputs

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-01-18 14:57:27 +01:00
parent 1814d3dfb3
commit 5645ea7274
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
15 changed files with 33 additions and 23 deletions

View file

@ -4,10 +4,10 @@ on:
workflow_dispatch:
push:
branches:
- master
- 'master'
pull_request:
branches:
- master
- 'master'
jobs:
minimal:

View file

@ -6,7 +6,7 @@ on:
- cron: '0 10 * * *'
push:
branches:
- master
- 'master'
tags:
- v*