admin
b86c76a2fc
fix: bypass docker login, pre-populate auth config for HTTP registry push
2026-03-04 20:18:20 +00:00
admin
392d4925cf
fix: use DOCKER_HOST for pack --docker-host to fix nested container socket mount
2026-03-04 20:06:23 +00:00
admin
ec65a99b99
fix: use docker driver for buildx to work with rootless Podman
2026-03-04 20:02:35 +00:00
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.
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
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