mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
ci: use source for bake-action path context
This commit is contained in:
parent
183287786d
commit
0eaf7c8593
2 changed files with 2 additions and 0 deletions
1
.github/workflows/build_bench.yml
vendored
1
.github/workflows/build_bench.yml
vendored
|
|
@ -40,6 +40,7 @@ jobs:
|
|||
- name: Build and test
|
||||
uses: docker/bake-action@v6.0.0
|
||||
with:
|
||||
source: .
|
||||
targets: bench-test
|
||||
|
||||
- name: Login
|
||||
|
|
|
|||
1
.github/workflows/docker-build-push.yml
vendored
1
.github/workflows/docker-build-push.yml
vendored
|
|
@ -65,6 +65,7 @@ jobs:
|
|||
- name: Build
|
||||
uses: docker/bake-action@v6.0.0
|
||||
with:
|
||||
source: .
|
||||
push: true
|
||||
env:
|
||||
REGISTRY_USER: localhost:5000/frappe
|
||||
|
|
|
|||
Loading…
Reference in a new issue