mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
Fix file detection
This commit is contained in:
parent
c42d2ea16b
commit
53eae21c1d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build_bench.yml
vendored
2
.github/workflows/build_bench.yml
vendored
|
|
@ -27,6 +27,7 @@ jobs:
|
|||
- name: Build and test
|
||||
uses: docker/bake-action@v1.6.0
|
||||
with:
|
||||
files: docker-bake.hcl
|
||||
targets: bench-test
|
||||
|
||||
- name: Login
|
||||
|
|
@ -41,4 +42,5 @@ jobs:
|
|||
uses: docker/bake-action@v1.6.0
|
||||
with:
|
||||
targets: bench
|
||||
files: docker-bake.hcl
|
||||
push: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue