2
0
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:
Lev Vereshchagin 2021-12-17 11:53:22 +03:00
parent e9a490358c
commit 4e142b3e26

View File

@ -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: