-
Notifications
You must be signed in to change notification settings - Fork 14
'latest' tags should not push automatically #56
Copy link
Copy link
Open
Description
The current image build process for 3/4 of the images in this repo:
- Download starter from start.spring.io
- Apply patches
gradlew bootBuildImage- if building in CI due to a merge to
main:- tag image based on metadata files, including latest
- push all tags
As a result, when we do things like #54 (which may not intend to change anything in any image), we've updated the latest tag of our images, potentially with unknown changes.
The process is nice enough for intended changes, but doesn't have enough controls in place for unintended changes. We need more control over whether/which tags should be pushed
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels