Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 (#864)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent 1103fc4 commit a919e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: github.event.pull_request.head.repo.full_name == github.repository
with:
context: .
Expand All @@ -101,7 +101,7 @@ jobs:
tags: grafana/plugin-builds:${{ github.event.pull_request.head.sha }}pre

- name: Build Docker image for use with Docker save
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{github.event.pull_request.head.repo.full_name != github.repository}}
with:
context: .
Expand Down

0 comments on commit a919e80

Please sign in to comment.