1 Commits

Author SHA1 Message Date
e5369812d7 infra: actions: add docs job
Some checks failed
Gentoo Utils / build-oci-image (push) Failing after 4m34s
Gentoo Utils / docs (push) Has been skipped
Gentoo Utils / build (push) Has been skipped
Gentoo Utils / test (push) Has been skipped
Gentoo Utils / check-format (push) Has been skipped
2025-12-12 14:11:47 -06:00

View File

@@ -112,7 +112,7 @@ jobs:
runs-on: brutalisk
needs: [build-oci-image]
container:
image: 10.0.0.100:3000/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }}
image: gitea.local:3000/${{ gitea.repository }}:${{ needs.build-oci-image.outputs.image_tag }}
steps:
- name: Checkout repo
uses: actions/checkout@v5