Skip to content

Commit c306bdd

Browse files
committed
Only run auto-indexing Docker build during release
1 parent a1fa9a0 commit c306bdd

File tree

2 files changed

+7
-27
lines changed

2 files changed

+7
-27
lines changed

.github/workflows/release-autoindex.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,10 @@ jobs:
5555
sourcegraph/lsif-typescript:${{ env.PATCH }}
5656
sourcegraph/lsif-typescript:${{ env.MINOR }}
5757
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

Comments
 (0)