Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yorik committed Oct 10, 2024
1 parent 7006cb8 commit aa741e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/zk/src/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const IMAGES = [
'proof-fri-gpu-compressor',
'snapshots-creator',
'verified-sources-fetcher',
'prover-autoscaler',
'prover-autoscaler'
];

const DOCKER_REGISTRIES = ['us-docker.pkg.dev/matterlabs-infra/matterlabs-docker', 'matterlabs'];
Expand Down Expand Up @@ -78,7 +78,7 @@ function defaultTagList(image: string, imageTagSha: string, imageTagShaTS: strin
'prover-fri-gateway',
'prover-job-monitor',
'snapshots-creator',
'prover-autoscaler',
'prover-autoscaler'
].includes(image)
? ['latest', 'latest2.0', `2.0-${imageTagSha}`, `${imageTagSha}`, `2.0-${imageTagShaTS}`, `${imageTagShaTS}`]
: [`latest2.0`, 'latest'];
Expand Down

0 comments on commit aa741e6

Please sign in to comment.