test
Some checks failed
Gentoo Utils / build-oci-image (push) Failing after 49s
Gentoo Utils / check-format (push) Has been skipped
Gentoo Utils / docs (push) Has been skipped
Gentoo Utils / grep (push) Has been skipped
Gentoo Utils / build (push) Has been skipped
Gentoo Utils / test (push) Has been skipped
Gentoo Utils / fuzz (push) Has been skipped

This commit is contained in:
2025-12-20 18:35:18 -06:00
parent 1dede4f2e5
commit 9006d3dd36

View File

@@ -82,6 +82,8 @@ jobs:
id: build-image
if: steps.image-changes.outputs.build_image == 'true'
uses: redhat-actions/buildah-build@v2
env:
BUILDAH_ISOLATION: chroot
with:
image: ${{ gitea.repository }}
tags: ${{ steps.image-changes.outputs.image_tag }}