Skip to content

Commit ecb082d

Browse files
authored
Merge pull request #17 from hyperai/dependabot/github_actions/docker/bake-action-6
2 parents c25f7ee + b469161 commit ecb082d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,12 @@ jobs:
9999
type=sha
100100
101101
- name: Build and push
102-
uses: docker/bake-action@v5
102+
uses: docker/bake-action@v6
103103
with:
104104
files: |
105105
./docker-bake.hcl
106106
${{ steps.meta.outputs.bake-file }}
107+
source: .
107108
targets: build-all
108109
push: ${{ github.event_name != 'pull_request' }}
109110
set: |

0 commit comments

Comments
 (0)