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

Merged
renovate-bot merged 1 commit from renovate/docker-build-push-action-6.x into main 2024-07-01 16:21:06 +00:00

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