2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-10 09:02:13 +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: 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: