We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the kubernetes driver, the buildx builder instance is not cleaned up when the job is cancelled.
The Post Set up Docker Buildx step run even if the job is cancelled.
Post Set up Docker Buildx
The Post Set up Docker Buildx step is also cancelled leaving dangling builders.
No response
- name: Set up Docker Buildx id: setup-builder uses: docker/setup-buildx-action@v3 with: driver: kubernetes platforms: linux/amd64 driver-opts: | namespace=actions-runner-system,"nodeselector=kubernetes.io/arch=amd64",requests.cpu=2,requests.memory=2Gi append: | - platforms: linux/arm64 driver-opts: - namespace=actions-runner-system,"nodeselector=kubernetes.io/arch=arm64",requests.cpu=2,requests.memory=2Gi
The text was updated successfully, but these errors were encountered:
Seems to be a duplicate of #270.
Sorry, something went wrong.
No branches or pull requests
Contributing guidelines
I've found a bug, and:
Description
When using the kubernetes driver, the buildx builder instance is not cleaned up when the job is cancelled.
Expected behaviour
The
Post Set up Docker Buildx
step run even if the job is cancelled.Actual behaviour
The
Post Set up Docker Buildx
step is also cancelled leaving dangling builders.Repository URL
No response
Workflow run URL
No response
YAML workflow
Workflow logs
No response
BuildKit logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: