Update docker/build-push-action action to v6

This commit is contained in:
Renovate Bot 2024-11-29 23:03:27 +00:00
parent 9bc8a3812f
commit 7e5703c3ff
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
context: .