Skip to content

Commit 3aa9054

Browse files
authored
fix(self-hosted): SOURCE_COMMIT (#76139)
1 parent be03c95 commit 3aa9054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/self-hosted.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ jobs:
8585
--cache-to type=inline \
8686
--tag ghcr.io/getsentry/sentry-self-hosted:${{ github.sha }} \
8787
--file self-hosted/Dockerfile \
88-
--build-arg SOURCE_COMMIt=${{ github.sha }} \
88+
--build-arg SOURCE_COMMIT=${{ github.sha }} \
8989
"${args[@]}" \
9090
.

0 commit comments

Comments
 (0)