edit build.yml - try if for tag
Build and Push Docker Image / build_and_push (push) Failing after 38s
Details
Build and Push Docker Image / build_and_push (push) Failing after 38s
Details
This commit is contained in:
parent
b028120e47
commit
053066b511
|
@ -51,7 +51,8 @@ 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 }}
|
||||
git.coopgo.io/${{gitea.repository}}:${{ 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