1 Commits

Author SHA1 Message Date
818b352a6e fixes
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 4m58s
Gentoo Utils / check-format (push) Failing after 2m4s
Gentoo Utils / docs (push) Successful in 2m6s
Gentoo Utils / build (push) Successful in 2m16s
Gentoo Utils / test (push) Failing after 4s
2025-12-12 21:13:29 -06:00

View File

@@ -57,6 +57,8 @@ jobs:
- name: Set up Docker buildx
if: steps.image-changes.outputs.build_image == 'true'
uses: docker/setup-buildx-action@v3
with:
driver-opts: network=runners-net
- name: Log in to Github Container Registry
if: steps.image-changes.outputs.build_image == 'true'