mirror of
https://code.forgejo.org/docker/metadata-action.git
synced 2025-08-03 08:18:31 +00:00
Fix ci workflow
This commit is contained in:
parent
23f5d6bcf4
commit
97eeecbd1f
2 changed files with 5 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -36,9 +36,9 @@ jobs:
|
|||
matrix:
|
||||
tag-schedule:
|
||||
- ""
|
||||
- cron-{{date 'YYYYMMDD'}}
|
||||
- {{date 'YYYYMMDD-HHmmss'}}
|
||||
- schedule
|
||||
- "cron-{{date 'YYYYMMDD'}}"
|
||||
- "{{date 'YYYYMMDD-HHmmss'}}"
|
||||
- "schedule"
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
|
|
|
@ -21,6 +21,8 @@ ___
|
|||
* [Customizing](#customizing)
|
||||
* [inputs](#inputs)
|
||||
* [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)
|
||||
* [How can I help?](#how-can-i-help)
|
||||
* [License](#license)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue