mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
chore(ci): restore upstream defaults after fork validation
This commit is contained in:
parent
3024cd132d
commit
84a48c65eb
3 changed files with 4 additions and 4 deletions
2
.github/workflows/app-build-image.yml
vendored
2
.github/workflows/app-build-image.yml
vendored
|
|
@ -47,7 +47,7 @@ on:
|
||||||
builder_repository:
|
builder_repository:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: Rocket-Quack/frappe_docker
|
default: frappe/frappe_docker
|
||||||
description: "Repository that contains the Containerfile and helper scripts"
|
description: "Repository that contains the Containerfile and helper scripts"
|
||||||
builder_ref:
|
builder_ref:
|
||||||
required: false
|
required: false
|
||||||
|
|
|
||||||
2
.github/workflows/core-build-develop.yml
vendored
2
.github/workflows/core-build-develop.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
node_version: 24.12.0
|
node_version: 24.12.0
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
if: ${{ contains(fromJSON('["frappe/frappe_docker","Rocket-Quack/frappe_docker"]'), github.repository) && github.event_name != 'pull_request' }}
|
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
||||||
needs: test
|
needs: test
|
||||||
uses: ./.github/workflows/core-publish-images.yml
|
uses: ./.github/workflows/core-publish-images.yml
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
4
.github/workflows/core-build-stable.yml
vendored
4
.github/workflows/core-build-stable.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
node_version: 20.19.2
|
node_version: 20.19.2
|
||||||
|
|
||||||
v15_publish:
|
v15_publish:
|
||||||
if: ${{ contains(fromJSON('["frappe/frappe_docker","Rocket-Quack/frappe_docker"]'), github.repository) && github.event_name != 'pull_request' }}
|
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
||||||
needs: v15_test
|
needs: v15_test
|
||||||
uses: ./.github/workflows/core-publish-images.yml
|
uses: ./.github/workflows/core-publish-images.yml
|
||||||
with:
|
with:
|
||||||
|
|
@ -69,7 +69,7 @@ jobs:
|
||||||
python_version: 3.14.2
|
python_version: 3.14.2
|
||||||
node_version: 24.12.0
|
node_version: 24.12.0
|
||||||
v16_publish:
|
v16_publish:
|
||||||
if: ${{ contains(fromJSON('["frappe/frappe_docker","Rocket-Quack/frappe_docker"]'), github.repository) && github.event_name != 'pull_request' }}
|
if: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
||||||
needs: v16_test
|
needs: v16_test
|
||||||
uses: ./.github/workflows/core-publish-images.yml
|
uses: ./.github/workflows/core-publish-images.yml
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue