Update docker/build-push-action action to v4

This commit is contained in:
renovate[bot]
2023-02-28 15:01:13 +00:00
committed by GitHub
parent 50b7701c77
commit 4a03c07093

View File

@@ -24,7 +24,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7