Update docker/build-push-action action to v6
All checks were successful
Build / build (pull_request) Successful in 36s
Enable Auto Merge / auto-merge (pull_request) Has been skipped

This commit is contained in:
Renovate Bot 2024-07-01 16:19:42 +00:00
parent 041b7e0222
commit b42bb01e64

View file

@ -37,7 +37,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm/v7,linux/arm64