We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea22136 commit 0df85bfCopy full SHA for 0df85bf
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
password: ${{ secrets.DOCKER_PASSWORD }}
32
- name: Build and push
33
id: docker_build
34
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v6
35
with:
36
push: true
37
tags: |
@@ -41,7 +41,7 @@ jobs:
41
sourcegraph/scip-typescript:${{ env.MAJOR }}
42
43
id: docker_build_autoindex
44
45
46
file: Dockerfile.autoindex
47
0 commit comments