Update build_custom_image.yml

fixed syntax issues
This commit is contained in:
Sudheer T 2025-03-27 12:08:50 +05:30 committed by GitHub
parent e38148ae8d
commit f44d22e2db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ jobs:
{
"url": "https://github.com/frappe/helpdesk",
"branch": "develop"
}
},
{
"url": "https://github.com/resilient-tech/india-compliance",
"branch": "version-15"
@ -37,7 +37,9 @@ jobs:
EOF
- name: Check apps.json syntax
run: jq empty apps.json
run: |
cat apps.json
jq empty apps.json
- name: Generate APPS_JSON_BASE64
run: |
@ -60,7 +62,7 @@ jobs:
- name: Podman login to ghcr.io
run: |
podman login ghcr.io -u ${{ github.actor }} -p ${{ secrets.USER_TOKEN }}
podman login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
- name: Push image to ghcr.io
run: |