There was an error while loading. Please reload this page.
2 parents c25f7ee + b469161 commit ecb082dCopy full SHA for ecb082d
1 file changed
.github/workflows/build.yml
@@ -99,11 +99,12 @@ jobs:
99
type=sha
100
101
- name: Build and push
102
- uses: docker/bake-action@v5
+ uses: docker/bake-action@v6
103
with:
104
files: |
105
./docker-bake.hcl
106
${{ steps.meta.outputs.bake-file }}
107
+ source: .
108
targets: build-all
109
push: ${{ github.event_name != 'pull_request' }}
110
set: |
0 commit comments