Skip to content

Commit

Permalink
chore: tries to fix bake build
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Jan 9, 2025
1 parent 05f5553 commit b9fe946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- name: Build
uses: docker/bake-action@v6
with:
source: .
load: true
set: |
*.cache-from=type=gha
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
- name: Build
uses: docker/bake-action@v6
with:
source: .
load: true
set: |
*.cache-from=type=gha
Expand Down

0 comments on commit b9fe946

Please sign in to comment.