update
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m9s

This commit is contained in:
Smile Rex
2026-01-10 23:21:03 +03:00
parent 8bf8bea8d5
commit a73c99c0a6

View File

@@ -1,4 +1,8 @@
build: build:
git add . git add .
git commit -m "update" @if git diff --cached --quiet; then \
echo "No changes to commit"; \
else \
git commit -m "update"; \
fi
git push origin main git push origin main