Skip to content

Commit 0e80694

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535
- name: Build and push snapshot
3636
id: docker_build
3737
if: github.ref == 'refs/heads/main'
38-
uses: docker/build-push-action@v3
38+
uses: docker/build-push-action@v6
3939
with:
4040
push: true
4141
tags: |
4242
sourcegraph/scip-typescript:latest-snapshot
4343
- name: Build and push tag
4444
id: docker_build
4545
if: startsWith(github.ref, 'refs/tags/v')
46-
uses: docker/build-push-action@v3
46+
uses: docker/build-push-action@v6
4747
with:
4848
push: true
4949
tags: |

0 commit comments

Comments
 (0)