mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 06:05: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:
|
||||
uses: vrslev/frappe_docker/.github/workflows/docker-build-push.yml@beautify
|
||||
with:
|
||||
repo: "erpnext"
|
||||
repo: erpnext
|
||||
version: "13"
|
||||
push: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
||||
secrets:
|
||||
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
v13:
|
||||
uses: vrslev/frappe_docker/.github/workflows/docker-build-push.yml@beautify
|
||||
with:
|
||||
repo: "erpnext"
|
||||
repo: erpnext
|
||||
version: "13"
|
||||
push: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
|
||||
secrets:
|
||||
|
|
|
|||
Loading…
Reference in a new issue