diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 76aa8c4986..476275a355 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -40,8 +40,6 @@ jobs: - name: Set Branch run: | - export APPS_JSON_PATH='${{ github.workspace }}/.github/helper/apps.json' - echo "APPS_JSON_BASE64=$(cat $APPS_JSON_PATH | base64 -w 0)" >> $GITHUB_ENV echo "FRAPPE_BRANCH=version-15" >> $GITHUB_ENV - name: Set Image Tag @@ -63,4 +61,5 @@ jobs: ghcr.io/${{ github.repository }}:${{ env.IMAGE_TAG }} build-args: | "FRAPPE_BRANCH=${{ env.FRAPPE_BRANCH }}" - "APPS_JSON_BASE64=${{ env.APPS_JSON_BASE64 }}" \ No newline at end of file + secret-files: | + apps_json=${{ github.workspace }}/.github/helper/apps.json \ No newline at end of file diff --git a/frontend/src/views/leave/Form.vue b/frontend/src/views/leave/Form.vue index ec3bf00791..2e6b710a37 100644 --- a/frontend/src/views/leave/Form.vue +++ b/frontend/src/views/leave/Form.vue @@ -18,7 +18,7 @@