postgres icon indicating copy to clipboard operation
postgres copied to clipboard

fix(ci): skip qemu image creation if exists

Open jfroche opened this issue 4 months ago • 0 comments

Add check to prevent rebuilding existing images in ECR repository. The workflow now verifies if an image with the current version tag exists before proceeding with the build and publish process.

Working example: https://github.com/supabase/postgres/actions/runs/18496365528

jfroche avatar Oct 14 '25 12:10 jfroche