mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-10 00:37:53 +00:00
Remove quotes from docker-build-push inputs
This commit is contained in:
parent
e9a490358c
commit
4e142b3e26
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 New Issue
Block a user