Update docker/build-push-action action to v5

This commit is contained in:
renovate[bot]
2023-11-02 00:09:39 +00:00
parent ad571269a7
commit 88543059d4

View File

@ -51,7 +51,7 @@ jobs:
flavor: latest=${{ github.ref == 'refs/heads/master' }}
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: ${{ github.event_name != 'pull_request' }}