Refine workflow cleanup and image names

This commit is contained in:
josedario87
2025-06-04 19:39:04 -06:00
parent e7f1dcd212
commit 43ca1daede
3 changed files with 48 additions and 1 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
.PHONY: sync-from-github sync-to-github
# Pull latest changes from the GitHub mirror and push them to Gitea
sync-from-github:
git pull github main
git push origin main
# Push local changes to the GitHub mirror
sync-to-github:
git push github main