Update docker/build-push-action action to v6
All checks were successful
Build and Test / build-and-test (pull_request) Successful in 1m0s
Enable Auto Merge / auto-merge (pull_request) Has been skipped

This commit is contained in:
Renovate Bot 2024-07-01 16:19:17 +00:00
parent 3ad9aeabf1
commit ddde3ed6e0

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/arm64