1
0
forked from test/crm

ci: fix frappe branch env variable name

This commit is contained in:
Revant Nandgaonkar 2024-11-11 10:51:59 +05:30
parent 76b187e5a1
commit 2496f262c6

View File

@ -53,5 +53,5 @@ jobs:
ghcr.io/${{ github.repository }}:${{ github.ref_name }},
ghcr.io/${{ github.repository }}:${{ env.IMAGE_TAG }}
build-args: |
"FRAPPE_BRANCH=${{ env.FRAPPE_VERSION }}"
"FRAPPE_BRANCH=${{ env.FRAPPE_BRANCH }}"
"APPS_JSON_BASE64=${{ env.APPS_JSON_BASE64 }}"