mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-28 18:06:20 +02:00
add edge tag to images.
This commit is contained in:
parent
3918f8f1e2
commit
f3c4e53450
2 changed files with 2 additions and 0 deletions
1
.github/workflows/image_app.yml
vendored
1
.github/workflows/image_app.yml
vendored
|
@ -48,6 +48,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository }}/${{ env.FLAVOR_PREFIX }}${{ inputs.name }}
|
||||
tags: |
|
||||
type=edge,branch=master
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
|
|
1
.github/workflows/image_base.yml
vendored
1
.github/workflows/image_base.yml
vendored
|
@ -55,6 +55,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/${{ github.repository }}/${{ env.FLAVOR_PREFIX }}base
|
||||
tags: |
|
||||
type=edge,branch=master
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
|
|
Loading…
Add table
Reference in a new issue