1 Commits

Author SHA1 Message Date
4ae6aa7a90 edit build.yml - edit metadata step
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 1m35s
2024-04-03 11:31:27 +02:00

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