We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0473c4a commit 6a9a9d2Copy full SHA for 6a9a9d2
.github/workflows/release.yml
@@ -33,15 +33,13 @@ jobs:
33
username: ${{ secrets.DOCKER_USERNAME }}
34
password: ${{ secrets.DOCKER_PASSWORD }}
35
- name: Build and push snapshot
36
- id: docker_build
37
if: github.ref == 'refs/heads/main'
38
uses: docker/build-push-action@v3
39
with:
40
push: true
41
tags: |
42
sourcegraph/scip-typescript:latest-snapshot
43
- name: Build and push tag
44
45
if: startsWith(github.ref, 'refs/tags/v')
46
47
0 commit comments