Update https://github.com/docker/build-push-action action to v6 #15

Merged
jansel merged 1 commit from renovate/https-github.com-docker-build-push-action-6.x into root 2025-06-16 01:50:55 +02:00
Showing only changes of commit b19242fc8a - Show all commits

View file

@ -49,7 +49,7 @@ jobs:
password: ${{ secrets.DOKEY }}
- name: Build and push
uses: https://github.com/docker/build-push-action@v5
uses: https://github.com/docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64