fix: resolve merge conflicts in CI/CD workflow and use proven Gitea Actions pattern
Some checks failed
CI/CD / test (push) Successful in 1m47s
CI/CD / build (push) Successful in 1m21s
CI/CD / docker (push) Failing after 32s

This commit is contained in:
2026-08-05 23:36:37 +03:00

View File

@@ -2,10 +2,10 @@ name: CI/CD
on: on:
push: push:
branches: [ main, master ] branches: [ "**" ]
tags: [ 'v*' ] tags: [ 'v*' ]
pull_request: pull_request:
branches: [ main, master ] branches: [ master ]
env: env:
GO_VERSION: "1.25" GO_VERSION: "1.25"