chore(deps): update docker/build-push-action action to v6 #457

Merged
luke merged 1 commits from renovate/docker-build-push-action-6.x into main 2025-01-02 22:02:47 +01:00
Showing only changes of commit 2790eb1370 - Show all commits

View File

@ -151,7 +151,7 @@ jobs:
printf "Tags:\n${{ steps.meta.outputs.tags }}" printf "Tags:\n${{ steps.meta.outputs.tags }}"
- name: Build images - name: Build images
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
context: . context: .
push: false push: false