We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d4059 commit 6c110c5Copy full SHA for 6c110c5
.github/workflows/self-hosted.yml
@@ -83,7 +83,7 @@ jobs:
83
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.10
84
with:
85
context: .
86
- file: '{context}/self-hosted/Dockerfile'
+ file: 'self-hosted/Dockerfile'
87
cache-from: ghcr.io/getsentry/sentry:latest
88
cache-to: type=inline
89
platforms: linux/${{ matrix.platform }}
0 commit comments