feat: migrate to gitea actions
Build / build (pull_request) Successful in 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 4926c57c30
5 changed files with 70 additions and 56 deletions
+4 -2
View File
@@ -17,6 +17,8 @@ RUN dnf clean all && \
# Update the system and install required packages
RUN dnf update -y && \
dnf install -y curl git && \
dnf clean all && \
dnf install -y curl git
# Cleanup
RUN dnf clean all && \
rm -rf /var/cache/dnf