We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f2a1da + c7827a4 commit 125be24Copy full SHA for 125be24
.github/workflows/build.yml
@@ -4,7 +4,6 @@ on:
4
push:
5
branches:
6
- main
7
- - develop
8
tags:
9
- "*"
10
@@ -39,12 +38,11 @@ jobs:
39
38
40
- name: Set Branch
41
run: |
42
- export APPS_JSON='[{"url": "https://github.com/frappe/helpdesk","branch": ${{ github.ref_name }}}]'
+ export APPS_JSON='[{"url": "https://github.com/frappe/helpdesk","branch": "main"}]'
43
echo "APPS_JSON_BASE64=$(echo $APPS_JSON | base64 -w 0)" >> $GITHUB_ENV
44
echo "FRAPPE_BRANCH=version-15" >> $GITHUB_ENV
45
46
- name: Set Image Tag
47
- if: github.ref_name == 'main'
48
49
echo "IMAGE_TAG=stable" >> $GITHUB_ENV
50
0 commit comments