chore(deps): update docker/build-push-action action to v5

This commit is contained in:
renovate[bot] 2023-09-12 11:54:33 +00:00 committed by GitHub
parent 5c4d775e2d
commit 8e4484bc2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile

View file

@ -35,7 +35,7 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile