mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Merge pull request #1807 from AMR-Mannesmann/Update-workflow-to-remove-v14-and-use-v16
Update workflow to remove v14 and use v16
This commit is contained in:
commit
d38e79e4a3
1 changed files with 4 additions and 16 deletions
20
.github/workflows/build_stable.yml
vendored
20
.github/workflows/build_stable.yml
vendored
|
|
@ -30,18 +30,6 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
v14:
|
|
||||||
uses: ./.github/workflows/docker-build-push.yml
|
|
||||||
with:
|
|
||||||
repo: erpnext
|
|
||||||
version: "14"
|
|
||||||
push: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
|
||||||
python_version: 3.10.13
|
|
||||||
node_version: 16.20.2
|
|
||||||
secrets:
|
|
||||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
||||||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
|
||||||
|
|
||||||
v15:
|
v15:
|
||||||
uses: ./.github/workflows/docker-build-push.yml
|
uses: ./.github/workflows/docker-build-push.yml
|
||||||
with:
|
with:
|
||||||
|
|
@ -70,7 +58,7 @@ jobs:
|
||||||
name: Update example.env and pwd.yml
|
name: Update example.env and pwd.yml
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
||||||
needs: v15
|
needs: v16
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
@ -79,10 +67,10 @@ jobs:
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.14.2"
|
||||||
|
|
||||||
- name: Get latest versions
|
- name: Get latest versions
|
||||||
run: python3 ./.github/scripts/get_latest_tags.py --repo erpnext --version 15
|
run: python3 ./.github/scripts/get_latest_tags.py --repo erpnext --version 16
|
||||||
|
|
||||||
- name: Update
|
- name: Update
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -108,7 +96,7 @@ jobs:
|
||||||
name: Release Helm
|
name: Release Helm
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
||||||
needs: v15
|
needs: v16
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup deploy key
|
- name: Setup deploy key
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue