Skip to content

Commit

Permalink
fix(self-hosted): SOURCE_COMMIT (#76139)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuarli authored Aug 15, 2024
1 parent be03c95 commit 3aa9054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
--cache-to type=inline \
--tag ghcr.io/getsentry/sentry-self-hosted:${{ github.sha }} \
--file self-hosted/Dockerfile \
--build-arg SOURCE_COMMIt=${{ github.sha }} \
--build-arg SOURCE_COMMIT=${{ github.sha }} \
"${args[@]}" \
.

0 comments on commit 3aa9054

Please sign in to comment.