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

Merged
sam merged 1 commit from renovate/docker-build-push-action-5.x into master 2024-03-27 20:23:39 +00:00
Showing only changes of commit 7655ae2a84 - Show all commits

View file

@ -31,7 +31,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64