Skip to content

Commit

Permalink
Merge pull request #301 from vladgh/renovate/docker-build-push-action…
Browse files Browse the repository at this point in the history
…-6.x
  • Loading branch information
vladgh authored Jun 17, 2024
2 parents 56cf1ae + f2efab1 commit 6b5960b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0.0
if: steps.filter.outputs.build == 'true' || ( github.event_name == 'release' && github.event.action == 'published' )
with:
context: ${{ matrix.image.path }}
Expand Down

0 comments on commit 6b5960b

Please sign in to comment.