Skip to content

Commit

Permalink
Merge pull request #1545 from revant/fix-ci-bake-action
Browse files Browse the repository at this point in the history
ci: use source for bake-action path context
  • Loading branch information
revant authored Jan 11, 2025
2 parents 1832877 + 0eaf7c8 commit c189099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Build and test
uses: docker/[email protected]
with:
source: .
targets: bench-test

- name: Login
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
- name: Build
uses: docker/[email protected]
with:
source: .
push: true
env:
REGISTRY_USER: localhost:5000/frappe
Expand Down

0 comments on commit c189099

Please sign in to comment.