mozilla-services / autograph

Mozilla's digital signature service
https://hub.docker.com/r/mozilla/autograph/
Mozilla Public License 2.0
152 stars 33 forks source link

stop creating tags of the sha256 of the image #1060

Closed jmhodges closed 3 weeks ago

jmhodges commented 3 weeks ago

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).