Merge pull request #1545 from revant/fix-ci-bake-action

ci: use source for bake-action path context
This commit is contained in:
Revant Nandgaonkar 2025-01-11 13:21:29 +05:30 committed by GitHub
commit c189099a27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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