0xPolygon / polygon-docs

Polygon Technical Docs
https://docs.polygon.technology
MIT License
139 stars 273 forks source link

Add run number to image tag #691

Closed Swader closed 1 month ago

Swader commented 1 month ago

This prevents image conflicts. When a github commit is put onto AWS, it uses the commit as hash of the image. If nothing has changed, then it will fail because the ECR is immutable and cannot have images overwriting. So we need to change the image tag to be different on every run, in this case, we append the run number. Should be fine.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud