edit build.yml - add flavor

This commit is contained in:
2024-04-03 10:19:14 +02:00
parent ae04ab23fc
commit a3f3368fd2

View File

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