Skip to content

Commit

Permalink
Merge pull request #24 from devoxa/renovate/docker-build-push-action-5.x
Browse files Browse the repository at this point in the history
Update docker/build-push-action action from v4 to v5
  • Loading branch information
kodiakhq[bot] authored Sep 30, 2023
2 parents 545894f + 3c480da commit 88876fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: 'Build and push Docker container'
if: ${{ github.event_name == 'push' }}
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
tags: devoxa/mock-s3:latest
Expand Down

0 comments on commit 88876fe

Please sign in to comment.