edit build.yml - edit metadata step
This commit is contained in:
@@ -46,7 +46,10 @@ jobs:
|
|||||||
uses: docker/metadata-action@v3
|
uses: docker/metadata-action@v3
|
||||||
with:
|
with:
|
||||||
images: git.coopgo.io/${{gitea.repository}}
|
images: git.coopgo.io/${{gitea.repository}}
|
||||||
tags: ${{gitea.ref_name}}
|
tags: |
|
||||||
|
type=ref,event=branch
|
||||||
|
type=ref,event=tag
|
||||||
|
type=ref,event=pr
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=auto
|
latest=auto
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user