This commit is contained in:
2025-05-09 16:58:12 +07:00
parent e417a013fa
commit a7961df1c1
+1
View File
@@ -9,6 +9,7 @@ update_registry: package_registry upload_registry clean_registry
git add . && \
git commit -m "$${commit_registry_msg:-update}" || true; \
git push https://$(GIT_USER):$(GIT_PASS)@$(REGISTRY_REPO) || true )
git pull https://$(GIT_USER):$(GIT_PASS)@$(REGISTRY_REPO) || true
package_registry:
(cd $(REGISTRY_PATH) && \