mirror of
https://github.com/docker/metadata-action.git
synced 2025-04-18 06:29:31 +02:00
Fix ci workflow
This commit is contained in:
parent
23f5d6bcf4
commit
97eeecbd1f
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -36,9 +36,9 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
tag-schedule:
|
tag-schedule:
|
||||||
- ""
|
- ""
|
||||||
- cron-{{date 'YYYYMMDD'}}
|
- "cron-{{date 'YYYYMMDD'}}"
|
||||||
- {{date 'YYYYMMDD-HHmmss'}}
|
- "{{date 'YYYYMMDD-HHmmss'}}"
|
||||||
- schedule
|
- "schedule"
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
|
@ -21,6 +21,8 @@ ___
|
|||||||
* [Customizing](#customizing)
|
* [Customizing](#customizing)
|
||||||
* [inputs](#inputs)
|
* [inputs](#inputs)
|
||||||
* [outputs](#outputs)
|
* [outputs](#outputs)
|
||||||
|
* [Notes](#notes)
|
||||||
|
* [Templates available for schedule tag](#templates-available-for-schedule-tag)
|
||||||
* [Keep up-to-date with GitHub Dependabot](#keep-up-to-date-with-github-dependabot)
|
* [Keep up-to-date with GitHub Dependabot](#keep-up-to-date-with-github-dependabot)
|
||||||
* [How can I help?](#how-can-i-help)
|
* [How can I help?](#how-can-i-help)
|
||||||
* [License](#license)
|
* [License](#license)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user