Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 1, 2024
1 parent ea22136 commit 0df85bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
push: true
tags: |
Expand All @@ -41,7 +41,7 @@ jobs:
sourcegraph/scip-typescript:${{ env.MAJOR }}
- name: Build and push
id: docker_build_autoindex
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
file: Dockerfile.autoindex
push: true
Expand Down

0 comments on commit 0df85bf

Please sign in to comment.