Skip to content

Commit 1c941f3

Browse files
committed
chore: add continue-on-error is true
1 parent d54bb33 commit 1c941f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454

5555
- name: Build image for tag ${{ matrix.target }}
5656
run: docker buildx bake --file docker-bake.hcl ${{ matrix.target }}
57+
continue-on-error: true
5758

5859
- name: Login container registries
5960
if: github.ref == 'refs/heads/master' && github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)