edit build.yml - edit metadata step
Build and Push Docker Image / build_and_push (push) Successful in 1m35s Details

This commit is contained in:
Nicolas CARON 2024-04-03 11:31:27 +02:00
parent c784657da2
commit 4ae6aa7a90
1 changed files with 4 additions and 1 deletions

View File

@ -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