Update docker/build-push-action action to v6 #13

Merged
bizcochito merged 2 commits from renovate/docker-build-push-action-6.x into main 2024-12-01 12:21:18 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,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: .