edit build.yml - back to base
Build and Push Docker Image / build_and_push (push) Successful in 1m34s
Details
Build and Push Docker Image / build_and_push (push) Successful in 1m34s
Details
This commit is contained in:
parent
284e3c918a
commit
66c87b16ff
|
@ -48,6 +48,8 @@ jobs:
|
||||||
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
|
||||||
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