All checks were successful
Build and Publish Docker Image / build-only (push) Successful in 3m23s
Build and Publish Docker Image / build-and-push-main (push) Has been skipped
Build and Publish Docker Image / build-and-push-tag (push) Has been skipped
Build and Publish Docker Image / build-only (pull_request) Successful in 2m7s
Build and Publish Docker Image / build-and-push-main (pull_request) Has been skipped
Build and Publish Docker Image / build-and-push-tag (pull_request) Has been skipped
- Replace complex single-job conditional steps with 3 separate jobs: build-only, build-and-push-main, build-and-push-tag - Use Gitea Actions-compatible startsWith() function instead of .startsWith() method call - Remove nested parentheses that Gitea Actions cannot parse - Push only on refs/heads/main and refs/tags/v* (not all branches)