Skip to content

Commit 0df85bf

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent ea22136 commit 0df85bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
password: ${{ secrets.DOCKER_PASSWORD }}
3232
- name: Build and push
3333
id: docker_build
34-
uses: docker/build-push-action@v3
34+
uses: docker/build-push-action@v6
3535
with:
3636
push: true
3737
tags: |
@@ -41,7 +41,7 @@ jobs:
4141
sourcegraph/scip-typescript:${{ env.MAJOR }}
4242
- name: Build and push
4343
id: docker_build_autoindex
44-
uses: docker/build-push-action@v3
44+
uses: docker/build-push-action@v6
4545
with:
4646
file: Dockerfile.autoindex
4747
push: true

0 commit comments

Comments
 (0)