feat: migrate to gitea actions
Build / build (pull_request) Failing after 1m23s

- change from droneci to gitea actions
- update Dockerfile cleanup stage
This commit is contained in:
2024-09-08 01:59:22 +10:00
parent cd2631d74c
commit fa6dd2819f
5 changed files with 69 additions and 55 deletions
+3 -1
View File
@@ -18,5 +18,7 @@ RUN dnf clean all && \
# Update the system and install required packages
RUN dnf update -y && \
dnf install -y curl git && \
dnf clean all && \
# Cleanup
RUN dnf clean all && \
rm -rf /var/cache/dnf