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

Closed
renovate-bot wants to merge 1 commits from renovate/docker-build-push-action-6.x into main

View File

@ -141,7 +141,7 @@ jobs:
tags: type=semver,pattern=v{{version}},value=${{ needs.create_release.outputs.release_name }} tags: type=semver,pattern=v{{version}},value=${{ needs.create_release.outputs.release_name }}
- name: Build and push images - name: Build and push images
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
context: . context: .
push: true push: true