feat(infra): use latest image tag for the check-warp-deploy cron job config (#4416)

### Description
-  use latest image tag for the check-warp-deploy cron job config

### Testing

Manual
pull/4527/head
Mohammed Hussan 2 months ago committed by GitHub
parent daa9cbc41c
commit c35b00554f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      typescript/infra/config/environments/mainnet3/warp/checkWarpDeploy.ts

@ -4,7 +4,7 @@ import { environment } from '../chains.js';
export const checkWarpDeployConfig: CheckWarpDeployConfig = {
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: '7ce7aef-20240912-090321',
tag: 'main',
},
namespace: environment,
cronSchedule: '0 15 * * *', // set to 3pm utc every day

Loading…
Cancel
Save