depth
Build and Push Docker Images / build-and-push (push) Failing after 55s

This commit is contained in:
2026-04-13 10:16:22 +02:00
parent c21c58b6f3
commit 75a732f10e
+1 -1
View File
@@ -26,7 +26,7 @@ RUN curl -fsSL https://bun.sh/install | bash
# Clone and setup linux-presets
RUN git clone https://gitea.bramkelchtermans.be/Bram/linux-presets.git && \
RUN git clone https://gitea.bramkelchtermans.be/Bram/linux-presets.git --depth 1 && \
cd linux-presets && \
chmod +x setup.sh && \
./setup.sh --terminal-icon 󰎙 && \