fix: pass COMMIT_SHA build arg to Docker for CI status display
Build & Push Portfolio Image / build-push (push) Successful in 3m27s

This commit is contained in:
Story Crater Bot
2026-09-02 10:14:36 -07:00
parent da64fe930b
commit 7e8d6c3afa
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@ jobs:
- name: Build image
run: |
docker build --no-cache \
--build-arg COMMIT_SHA=${{ steps.sha.outputs.short_sha }} \
-t "${IMAGE}:${{ steps.sha.outputs.short_sha }}" \
-t "${IMAGE}:latest" \
.