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 Dec 11, 2024
1 parent 0473c4a commit 0e80694
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 @@ -35,15 +35,15 @@ jobs:
- name: Build and push snapshot
id: docker_build
if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
push: true
tags: |
sourcegraph/scip-typescript:latest-snapshot
- name: Build and push tag
id: docker_build
if: startsWith(github.ref, 'refs/tags/v')
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
push: true
tags: |
Expand Down

0 comments on commit 0e80694

Please sign in to comment.