-
Notifications
You must be signed in to change notification settings - Fork 643
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): GHA - Container git SHA and DATETIME tags
Add git commit SHA and date time to all container tag variations in all build & push flows Container registries list images by date pushed so it can be quicker to find the latest image using this sorting versus looking for and comparing date strings within the tag. However due to the use of non-idempotent commands like `apk update` in `Dockerfile`'s the same git SHA could result in different container images (with different container image SHA).
- Loading branch information
1 parent
22a578a
commit d75942b
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters