Skip to content

Commit 1f242d5

Browse files
committed
feat: disable buildx step by default
The `setup-buildx` step within the workflow has been known to cause issue when pushing images to Pulp registry < `3.32.0`. There was a concern surrounding the lack of buildx step potentially leading to a situation where the kayobe-config remains inside the image. However, this does not appear to be the case.
1 parent 5e107cb commit 1f242d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/github/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ github_kayobe_hook: ""
2323

2424
github_final_hook: ""
2525

26-
github_buildx_enabled: true
26+
github_buildx_enabled: false
2727

2828
github_buildx_inline_config: ""
2929

0 commit comments

Comments
 (0)