Commit Graph

8 Commits

Author SHA1 Message Date
920c910c23 Fix build workflow: split Save image artifact into two steps
- Separate docker save command from upload-artifact action
- Fix invalid syntax error (cannot use both uses: and run: in same step)
- Steps now properly separated: Save image to file, then Upload image artifact
2025-11-21 16:36:00 +03:00
58df1359e1 Update Gitea workflow to allow golangci-lint failures and install from source for Go 1.25 compatibility. Comment out coverage upload step.
Some checks failed
Run Tests / Run Go Tests (push) Successful in 43s
Run Tests / Lint Code (push) Failing after 3m0s
2025-11-21 15:48:08 +03:00
971c62afc5 Fix workflow path filters for repository root structure
Some checks failed
Run Tests / Run Go Tests (push) Successful in 4m21s
Run Tests / Lint Code (push) Failing after 54s
2025-11-21 15:27:02 +03:00
1d37f50604 workflow commit trigger 2025-11-21 15:20:31 +03:00
a52b2d13f0 Add Gitea workflows for CI/CD pipeline 2025-11-21 15:03:31 +03:00
ianshaloom
528ae0072e fix: correct heading in Gitea workflow documentation
- Updated the heading from "Related Documentation" to "Related Documentations" for consistency in the .gitea/workflows/README.md file.
2025-11-21 14:56:04 +03:00
ianshaloom
27f6629308 chore: remove unnecessary blank line in Gitea workflow configuration
- Cleaned up the .gitea/workflows/test.yml file by removing an extra blank line for better readability.
2025-11-21 14:37:12 +03:00
ianshaloom
9a5508ffe8 chore: update .gitignore to include Gitea workflow files
- Added .gitea/workflows/deploy.yml and .gitea/workflows/build.yml to .gitignore to prevent tracking of workflow configuration files.
2025-11-21 14:23:50 +03:00