fix: pass commit metadata into deploy builds
Deploy / Deploy Staging (push) Successful in 11m41s
Deploy / Deploy Production (push) Has been skipped
Tests / test (push) Failing after 4m29s
Tests / lint (push) Failing after 5m17s

This commit is contained in:
Xiaoxia AI
2026-06-15 20:32:02 +08:00
parent 35a29d85d3
commit 2c78407f7f
+3
View File
@@ -56,6 +56,7 @@ jobs:
run: |
set -eu
docker run --rm \
-e GITHUB_SHA="$GITHUB_SHA" \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /:/host \
docker:27-cli sh -lc '
@@ -149,6 +150,8 @@ jobs:
run: |
set -eu
docker run --rm \
-e GITHUB_SHA="$GITHUB_SHA" \
-e GITHUB_REF_NAME="$GITHUB_REF_NAME" \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /:/host \
docker:27-cli sh -lc '