mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-22 06:28:56 +08:00
Enhance workflow
This commit is contained in:
parent
2cbde9dffa
commit
3868ffb99e
10 changed files with 133 additions and 91 deletions
|
|
@ -128,7 +128,6 @@ jobs:
|
|||
images: name/app
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=tag
|
||||
type=ref,event=pr
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
|
|
@ -200,7 +199,6 @@ jobs:
|
|||
images: name/app
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=tag
|
||||
type=ref,event=pr
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
|
|
@ -310,7 +308,6 @@ the form of a key-value pair list in CSV format to remove limitations intrinsica
|
|||
tags: |
|
||||
type=schedule
|
||||
type=ref,event=branch
|
||||
type=ref,event=tag
|
||||
type=ref,event=pr
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue