We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be03c95 commit 3aa9054Copy full SHA for 3aa9054
.github/workflows/self-hosted.yml
@@ -85,6 +85,6 @@ jobs:
85
--cache-to type=inline \
86
--tag ghcr.io/getsentry/sentry-self-hosted:${{ github.sha }} \
87
--file self-hosted/Dockerfile \
88
- --build-arg SOURCE_COMMIt=${{ github.sha }} \
+ --build-arg SOURCE_COMMIT=${{ github.sha }} \
89
"${args[@]}" \
90
.
0 commit comments