Skip to content

Commit

Permalink
Merge pull request #544 from interlay/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-6

chore(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
gregdhill authored Jul 9, 2024
2 parents 6bd3e81 + 654dbb9 commit bfae54c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
type=ref,event=tag,prefix=${{ matrix.client }}-${{ matrix.metadata }}-
- name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
- name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit bfae54c

Please sign in to comment.