Closed jmhodges closed 3 weeks ago
On every commit pushed to main, we were making a docker tag with the sha256 of the image.
main
This causes the AWS stage deploy to be deployed to on every commit, which was not what we wanted (dev was the place for that).
On every commit pushed to
main
, we were making a docker tag with the sha256 of the image.This causes the AWS stage deploy to be deployed to on every commit, which was not what we wanted (dev was the place for that).