edit build.yml - add flavor
Build and Push Docker Image / build_and_push (push) Successful in 1m32s
Details
Build and Push Docker Image / build_and_push (push) Successful in 1m32s
Details
This commit is contained in:
parent
ae04ab23fc
commit
4c787bdc86
|
@ -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}}
|
||||||
|
|
Loading…
Reference in New Issue