You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix GitHub Actions to use short SHA for image tags
- Use first 7 characters of commit SHA instead of full SHA
- Update docker metadata action to use format=short for SHA tags
- Update documentation examples to show short SHA format
- Image tags will now be: develop-6e3fce0 instead of develop-6e3fce0cbe8660e3bc972d4a5d936808d4e1bb35
This makes image tags more readable and follows common Git conventions.
0 commit comments