Skip to content

Commit

Permalink
ci: fix frappe branch env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
revant committed Nov 11, 2024
1 parent 76b187e commit 2496f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 2496f26

Please sign in to comment.