edit build.yml - try if for tag
Build and Push Docker Image / build_and_push (push) Failing after 37s
Details
Build and Push Docker Image / build_and_push (push) Failing after 37s
Details
This commit is contained in:
parent
d2a8c57274
commit
b028120e47
|
@ -51,7 +51,7 @@ jobs:
|
|||
context: .
|
||||
push: true
|
||||
tags: |
|
||||
git.coopgo.io/${{gitea.repository}}:${{gitea.ref_name}}${{ steps.tag_or_branch.outputs.is_tag == 'true' ? '' : ',latest' }}
|
||||
git.coopgo.io/${{gitea.repository}}:${{ gitea.ref_name }}${{ steps.tag_or_branch.outputs.is_tag == 'true' ? '' : ',latest' }}
|
||||
build-args: |
|
||||
ACCESS_TOKEN_USR=${{gitea.actor}}
|
||||
ACCESS_TOKEN_PWD=${{gitea.token}}
|
||||
|
|
Loading…
Reference in New Issue