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 a1fa9a0 commit c306bddCopy full SHA for c306bdd
.github/workflows/release-autoindex.yml
.github/workflows/release.yml
@@ -55,3 +55,10 @@ jobs:
55
sourcegraph/lsif-typescript:${{ env.PATCH }}
56
sourcegraph/lsif-typescript:${{ env.MINOR }}
57
sourcegraph/lsif-typescript:${{ env.MAJOR }}
58
+ - name: Build and push
59
+ id: docker_build
60
+ uses: docker/build-push-action@v2
61
+ with:
62
+ file: Dockerfile.autoindex
63
+ push: true
64
+ tags: sourcegraph/lsif-typescript:autoindex
0 commit comments