Skip to content

Commit ef88216

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 000e34a commit ef88216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
password: ${{ secrets.DOCKER_PASSWORD }}
3535
- name: Build and push snapshot
3636
if: github.ref == 'refs/heads/main'
37-
uses: docker/build-push-action@v3
37+
uses: docker/build-push-action@v6
3838
with:
3939
push: true
4040
tags: |
4141
sourcegraph/scip-typescript:latest-snapshot
4242
- name: Build and push tag
4343
if: startsWith(github.ref, 'refs/tags/v')
44-
uses: docker/build-push-action@v3
44+
uses: docker/build-push-action@v6
4545
with:
4646
push: true
4747
tags: |

0 commit comments

Comments
 (0)