Add hard deploy option for Gateway workflow
Build and Deploy Gateway / build-and-push (push) Successful in 24s
Build and Deploy Gateway / deploy (push) Successful in 14s

This commit is contained in:
2026-08-19 18:40:01 +03:00
parent b843970ec2
commit d4f228284e
3 changed files with 36 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.28.0',
gatewayClient: '0.29.0',
gatewayBackend: '0.29.0',
gatewayBackend: '0.29.1',
});
export interface ParsedVersion {