fix: cleanup buildx builders after jobs
This commit is contained in:
parent
5257b2ff34
commit
04c6bcc2d2
1 changed files with 3 additions and 0 deletions
|
|
@ -201,6 +201,9 @@ jobs:
|
|||
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
with:
|
||||
buildkitd-flags: --allow-insecure-entitlement security.insecure
|
||||
cleanup: true
|
||||
|
||||
- name: Log in to Container Registry
|
||||
uses: https://github.com/docker/login-action@v3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue