feat: add CI status badge with commit SHA on homelab experience card
Build & Push Portfolio Image / build-push (push) Successful in 4m8s

This commit is contained in:
Story Crater Bot
2026-09-02 20:30:21 -07:00
parent c33185533b
commit b3631211af
3 changed files with 64 additions and 7 deletions
+2
View File
@@ -63,3 +63,5 @@ jobs:
docker push "${IMAGE}:${{ steps.sha.outputs.short_sha }}"
docker push "${IMAGE}:latest"
echo "✓ Image pushed: ${IMAGE}:${{ steps.sha.outputs.short_sha }}"