ci: enforce digest-only dev releases
Some checks failed
State Corp Backend CI/CD / Quality gate (push) Successful in 3m32s
State Corp Backend CI/CD / Build linux/amd64 images once (push) Successful in 3m6s
State Corp Backend CI/CD / Refresh and release internal main (push) Has been skipped
State Corp Backend CI/CD / Release dev (push) Failing after 2s
State Corp Backend CI/CD / Release customer main (push) Has been skipped

This commit is contained in:
2026-08-27 13:57:27 +03:00
parent 9194ff3d0d
commit e060c36b6d
3 changed files with 40 additions and 1 deletions

View File

@@ -34,6 +34,9 @@ jobs:
with:
persist-credentials: false
- name: Validate release client contract
run: ./scripts/ci/release-service-test.sh
- name: Install Python and uv
run: |
set -euo pipefail