edit build.yml - try if for tag
Build and Push Docker Image / build_and_push (push) Failing after 37s Details

This commit is contained in:
Nicolas CARON 2024-04-03 11:03:07 +02:00
parent d2a8c57274
commit b028120e47
1 changed files with 1 additions and 1 deletions

View File

@ -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}}