ci: fix frappe branch env variable name
This commit is contained in:
parent
76b187e5a1
commit
2496f262c6
2
.github/workflows/builds.yml
vendored
2
.github/workflows/builds.yml
vendored
@ -53,5 +53,5 @@ jobs:
|
|||||||
ghcr.io/${{ github.repository }}:${{ github.ref_name }},
|
ghcr.io/${{ github.repository }}:${{ github.ref_name }},
|
||||||
ghcr.io/${{ github.repository }}:${{ env.IMAGE_TAG }}
|
ghcr.io/${{ github.repository }}:${{ env.IMAGE_TAG }}
|
||||||
build-args: |
|
build-args: |
|
||||||
"FRAPPE_BRANCH=${{ env.FRAPPE_VERSION }}"
|
"FRAPPE_BRANCH=${{ env.FRAPPE_BRANCH }}"
|
||||||
"APPS_JSON_BASE64=${{ env.APPS_JSON_BASE64 }}"
|
"APPS_JSON_BASE64=${{ env.APPS_JSON_BASE64 }}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user