Commit Graph

3 Commits

Author SHA1 Message Date
vvzvlad
e5e1a763d5 ci(workflows): add workflow_dispatch to develop workflow 2026-06-17 00:37:21 +03:00
vvzvlad
a336941f1c ci(workflows): ignore cache errors in develop and release builds
Add `ignore-error=true` to the `cache-to` settings in both develop and release GitHub Actions workflows to prevent build failures when cache upload encounters errors.
2026-06-17 00:37:06 +03:00
vvzvlad
f03b7e519e ci(github): add develop workflow
Introduce a GitHub Actions workflow for the `main` branch that builds and pushes a Docker image to GitHub Container Registry. Includes concurrency control, permissions, Docker Buildx setup, and caching configuration.
2026-06-17 00:28:39 +03:00