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 1b4d55f commit 439b827Copy full SHA for 439b827
.github/workflows/release.yml
@@ -34,14 +34,14 @@ jobs:
34
password: ${{ secrets.DOCKER_PASSWORD }}
35
- name: Build and push snapshot
36
if: github.ref == 'refs/heads/main'
37
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v6
38
with:
39
push: true
40
tags: |
41
sourcegraph/scip-typescript:latest-snapshot
42
- name: Build and push tag
43
if: startsWith(github.ref, 'refs/tags/v')
44
45
46
47
0 commit comments