We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 471403d commit e73bc36Copy full SHA for e73bc36
1 file changed
.github/workflows/docker-push-posthog.yml
@@ -38,6 +38,7 @@ jobs:
38
uses: docker/build-push-action@v2
39
with:
40
context: ./
41
+ file: ./build/Dockerfile.Posthog
42
push: true
43
tags: ${{ steps.meta.outputs.tags }}
44
0 commit comments