mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
fix: Unquote push step
This commit is contained in:
parent
cafec8ff20
commit
d97411384f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_stable.yml
vendored
2
.github/workflows/build_stable.yml
vendored
|
|
@ -104,7 +104,7 @@ jobs:
|
|||
run: ./tests/test-erpnext.sh
|
||||
|
||||
- name: Push
|
||||
# if: github.repository == 'frappe/frappe_docker'
|
||||
if: github.repository == 'frappe/frappe_docker'
|
||||
uses: docker/bake-action@v1.6.0
|
||||
with:
|
||||
files: docker-bake.hcl
|
||||
|
|
|
|||
Loading…
Reference in a new issue