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 0473c4a commit 0e80694Copy full SHA for 0e80694
.github/workflows/release.yml
@@ -35,15 +35,15 @@ jobs:
35
- name: Build and push snapshot
36
id: docker_build
37
if: github.ref == 'refs/heads/main'
38
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v6
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
48
49
0 commit comments