6 Commits

Author SHA1 Message Date
2e551dc661 infra: image: fixes image_tag
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 6m48s
Gentoo Utils / build (push) Successful in 1m31s
2025-12-08 20:28:27 -06:00
da49f9a91d infra: image: fix image tag for build job
Some checks failed
Gentoo Utils / build (push) Has been cancelled
Gentoo Utils / build-oci-image (push) Has been cancelled
2025-12-08 20:24:19 -06:00
bfb0c50ab0 infra: image: build image for branches if they dont exist
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 6m19s
Gentoo Utils / build (push) Failing after 0s
2025-12-08 20:15:11 -06:00
e9da4fbf62 infra: image: fixes c35db0f
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 8s
Gentoo Utils / build (push) Failing after 0s
2025-12-08 19:50:01 -06:00
c35db0ffa0 infra: image: protect :latest tag so only the default branch can push to it
Some checks failed
Gentoo Utils / build-oci-image (push) Failing after 22s
Gentoo Utils / build (push) Has been skipped
infra: image: fix hard coded image name
2025-12-08 19:42:09 -06:00
0837e465a9 infra: image: create entrypoint script and put env sources in it 2025-12-08 19:41:46 -06:00

View File

@@ -1,6 +0,0 @@
#!/usr/bin/env sh
source /etc/profile
source /lib/gentoo/functions.sh
exec "$@"