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 and fruch committed Jan 20, 2025
1 parent da02fe8 commit 5e72c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Build and push release
if: endsWith(github.event.ref, '-scylla')
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand All @@ -182,7 +182,7 @@ jobs:
scylladb/scylla-cqlsh:latest
- name: Build and push master
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
if: endsWith(github.event.ref, 'master')
with:
context: .
Expand Down

0 comments on commit 5e72c26

Please sign in to comment.