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 Jun 20, 2024
1 parent 65e2d46 commit def6f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
build-args: VERSION=nightly
Expand All @@ -44,7 +44,7 @@ jobs:
tags: ${{ env.IMAGE_NAME }}:nightly

- name: Build Docker (release)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: github.event_name == 'release'
with:
context: .
Expand Down

0 comments on commit def6f8a

Please sign in to comment.