mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +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:
|
||||
required: false
|
||||
type: string
|
||||
default: Rocket-Quack/frappe_docker
|
||||
default: frappe/frappe_docker
|
||||
description: "Repository that contains the Containerfile and helper scripts"
|
||||
builder_ref:
|
||||
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
|
||||
|
||||
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
|
||||
uses: ./.github/workflows/core-publish-images.yml
|
||||
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
|
||||
|
||||
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
|
||||
uses: ./.github/workflows/core-publish-images.yml
|
||||
with:
|
||||
|
|
@ -69,7 +69,7 @@ jobs:
|
|||
python_version: 3.14.2
|
||||
node_version: 24.12.0
|
||||
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
|
||||
uses: ./.github/workflows/core-publish-images.yml
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue