mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
Remove quotes from docker-build-push inputs
This commit is contained in:
parent
e9a490358c
commit
4e142b3e26
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_stable.yml
vendored
4
.github/workflows/build_stable.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
v12:
|
v12:
|
||||||
uses: vrslev/frappe_docker/.github/workflows/docker-build-push.yml@beautify
|
uses: vrslev/frappe_docker/.github/workflows/docker-build-push.yml@beautify
|
||||||
with:
|
with:
|
||||||
repo: "erpnext"
|
repo: erpnext
|
||||||
version: "13"
|
version: "13"
|
||||||
push: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
push: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
||||||
secrets:
|
secrets:
|
||||||
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
v13:
|
v13:
|
||||||
uses: vrslev/frappe_docker/.github/workflows/docker-build-push.yml@beautify
|
uses: vrslev/frappe_docker/.github/workflows/docker-build-push.yml@beautify
|
||||||
with:
|
with:
|
||||||
repo: "erpnext"
|
repo: erpnext
|
||||||
version: "13"
|
version: "13"
|
||||||
push: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
push: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
||||||
secrets:
|
secrets:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue