edit build.yml - edit metadata step
Build and Push Docker Image / build_and_push (push) Successful in 1m35s
Details
Build and Push Docker Image / build_and_push (push) Successful in 1m35s
Details
This commit is contained in:
parent
c784657da2
commit
4ae6aa7a90
|
@ -46,7 +46,10 @@ jobs:
|
|||
uses: docker/metadata-action@v3
|
||||
with:
|
||||
images: git.coopgo.io/${{gitea.repository}}
|
||||
tags: ${{gitea.ref_name}}
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=tag
|
||||
type=ref,event=pr
|
||||
flavor: |
|
||||
latest=auto
|
||||
|
||||
|
|
Loading…
Reference in New Issue