1 Commits

Author SHA1 Message Date
4c787bdc86 edit build.yml - add flavor
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 1m32s
2024-04-03 10:19:14 +02:00

View File

@@ -47,7 +47,11 @@ jobs:
context: .
push: true
tags: |
git.coopgo.io/${{gitea.repository}}:${{gitea.ref_name}}
git.coopgo.io/${{gitea.repository}}:${{gitea.ref_name}}
flavor: |
latest=auto
prefix=
suffix=
build-args: |
ACCESS_TOKEN_USR=${{gitea.actor}}
ACCESS_TOKEN_PWD=${{gitea.token}}