mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-30 18:42:05 +00:00
fix(ci): Typo
This commit is contained in:
parent
c99faae115
commit
9346a0d05e
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@ runs:
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
flavour: |
|
flavor: |
|
||||||
suffix=${{ inputs.tag_suffix }}
|
suffix=${{ inputs.tag_suffix }},onlatest=true
|
||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern={{version}},prefix=v
|
type=semver,pattern={{version}},prefix=v
|
||||||
type=semver,pattern={{major}}.{{minor}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.0.') }},prefix=v
|
type=semver,pattern={{major}}.{{minor}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.0.') }},prefix=v
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue