Compare commits

..

1 Commits

Author SHA1 Message Date
unkinben fa6dd2819f feat: migrate to gitea actions
Build / build (pull_request) Failing after 1m23s
- change from droneci to gitea actions
- update Dockerfile cleanup stage
2024-09-08 01:59:22 +10:00
+1 -1
View File
@@ -17,7 +17,7 @@ RUN dnf clean all && \
# Update the system and install required packages
RUN dnf update -y && \
dnf install -y curl git
dnf install -y curl git && \
# Cleanup
RUN dnf clean all && \