Skip to content

Commit e9da180

Browse files
committed
remove --load option
1 parent 54944b5 commit e9da180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: docker buildx bake --file docker-bake.hcl --print
4444

4545
- name: Build image for tag ${{ matrix.target }}
46-
run: docker buildx bake --file docker-bake.hcl ${{ matrix.target }} --load
46+
run: docker buildx bake --file docker-bake.hcl ${{ matrix.target }}
4747

4848
- name: Publish image for tag ${{ matrix.target }}
4949
if: github.ref == 'refs/heads/master' && github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)