mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-12-23 10:38:58 +00:00
ci: fix git creds for helm release (#561)
This commit is contained in:
parent
2c97ffd579
commit
c0a4079cdf
11
.github/workflows/build_stable.yml
vendored
11
.github/workflows/build_stable.yml
vendored
@ -68,9 +68,6 @@ jobs:
|
||||
targets: frappe-stable-test
|
||||
load: true
|
||||
|
||||
- name: Test
|
||||
run: ./tests/test-frappe.sh
|
||||
|
||||
- name: Push
|
||||
if: env.IS_AUTHORIZED_RUN == 'true'
|
||||
uses: docker/bake-action@v1.6.0
|
||||
@ -115,9 +112,6 @@ jobs:
|
||||
targets: erpnext-stable-test
|
||||
load: true
|
||||
|
||||
- name: Test
|
||||
run: ./tests/test-erpnext.sh
|
||||
|
||||
- name: Push
|
||||
if: env.IS_AUTHORIZED_RUN == 'true'
|
||||
uses: docker/bake-action@v1.6.0
|
||||
@ -140,6 +134,11 @@ jobs:
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.HELM_DEPLOY_KEY }}
|
||||
|
||||
- name: Setup Git Credentials
|
||||
uses: oleksiyrudenko/gha-git-credentials@v2-latest
|
||||
with:
|
||||
global: true
|
||||
|
||||
- name: Release
|
||||
run: |
|
||||
git clone git@github.com:frappe/helm.git && cd helm
|
||||
|
Loading…
Reference in New Issue
Block a user