test
Some checks failed
Gentoo Utils / build-oci-image (push) Failing after 11m59s
Gentoo Utils / build (push) Has been skipped
Gentoo Utils / test (push) Has been skipped
Gentoo Utils / check-format (push) Has been skipped
Gentoo Utils / docs (push) Has been skipped

This commit is contained in:
2025-12-12 16:29:44 -06:00
parent c5456279a1
commit cb8d663af5

View File

@@ -44,6 +44,11 @@ jobs:
- name: Set up Docker buildx
if: steps.image-changes.outputs.build_image == 'true'
uses: docker/setup-buildx-action@v3
with:
config-inline: |
[registry."your-http-registry.com"]
http = true
insecure = true
- name: Log in to Github Container Registry
if: steps.image-changes.outputs.build_image == 'true'