ci: use source for bake-action path context
This commit is contained in:
1
.github/workflows/build_bench.yml
vendored
1
.github/workflows/build_bench.yml
vendored
@@ -40,6 +40,7 @@ jobs:
|
|||||||
- name: Build and test
|
- name: Build and test
|
||||||
uses: docker/bake-action@v6.0.0
|
uses: docker/bake-action@v6.0.0
|
||||||
with:
|
with:
|
||||||
|
source: .
|
||||||
targets: bench-test
|
targets: bench-test
|
||||||
|
|
||||||
- name: Login
|
- 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
|
- name: Build
|
||||||
uses: docker/bake-action@v6.0.0
|
uses: docker/bake-action@v6.0.0
|
||||||
with:
|
with:
|
||||||
|
source: .
|
||||||
push: true
|
push: true
|
||||||
env:
|
env:
|
||||||
REGISTRY_USER: localhost:5000/frappe
|
REGISTRY_USER: localhost:5000/frappe
|
||||||
|
|||||||
Reference in New Issue
Block a user