Use mirrored Node image for gateway builds
Build and Deploy Gateway / build-and-push (push) Failing after 21s
Build and Deploy Gateway / deploy (push) Has been skipped

This commit is contained in:
2026-08-09 00:46:07 +03:00
parent 34d8b681ad
commit f04b1752f4
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.20.36',
gatewayClient: '0.21.21',
gatewayBackend: '0.21.20',
gatewayBackend: '0.21.21',
});
export interface ParsedVersion {