Skip to content

Fix: Switch to buildx builder #23

Fix: Switch to buildx builder

Fix: Switch to buildx builder #23

Triggered via pull request November 14, 2023 14:11
Status Failure
Total duration 27s
Artifacts

ci.yml

on: pull_request
Matrix: chefstyle
Matrix: unit
Matrix: integration-linux
Matrix: integration-windows
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
yamllint: .rubocop.yml#L1
1:1 [empty-lines] too many blank lines (1 > 0)
Chefstyle on Ruby 3.1: lib/docker/version.rb#L15
[Correctable] Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Chefstyle on Ruby 3.1: lib/docker/version.rb#L20
[Correctable] Style/MutableConstant: Freeze mutable objects assigned to constants.
Chefstyle on Ruby 3.1: lib/docker/version.rb#L20
[Correctable] Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Chefstyle on Ruby 3.1: lib/docker/version.rb#L21
[Correctable] Style/MutableConstant: Freeze mutable objects assigned to constants.
Chefstyle on Ruby 3.1: lib/docker/version.rb#L21
[Correctable] Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Chefstyle on Ruby 3.1: lib/kitchen/docker/container.rb#L14
[Correctable] Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Chefstyle on Ruby 3.1: lib/kitchen/docker/container.rb#L15
[Correctable] Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Chefstyle on Ruby 3.1: lib/kitchen/docker/container.rb#L16
[Correctable] Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Chefstyle on Ruby 3.1: lib/kitchen/docker/container.rb#L17
[Correctable] Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Chefstyle on Ruby 3.1: lib/kitchen/docker/container.rb#L36
[Correctable] Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Chefstyle on Ruby 3.1: lib/train/docker.rb#L77
Lint/Void: self used in void context.
Chefstyle on Ruby 3.1: test/integration/capabilities/serverspec/capabilities_drop_spec.rb#L22
[Correctable] Lint/AmbiguousRegexpLiteral: Ambiguous regexp literal. Parenthesize the method arguments if it's surely a regexp literal, or add a whitespace to the right of the / if it should be a division.