Update docker/build-push-action action to v6

This commit is contained in:
renovate[bot]
2024-06-17 10:10:42 +00:00
committed by GitHub
parent 088ec1ea4f
commit 9182fd32ff

View File

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