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

This commit is contained in:
2025-12-17 13:01:32 -06:00
parent 0ec8567972
commit 9909bdd31a
2 changed files with 3 additions and 3 deletions

View File

@@ -31,6 +31,8 @@ USER gentooligan
WORKDIR /workspace
RUN echo "test" > ~/test.txt
ENTRYPOINT ["/entrypoint.sh"]
CMD ["/bin/bash"]

View File

@@ -65,8 +65,6 @@ 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'