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

Merged
t.behrendt merged 5 commits from renovate/docker-build-push-action-6.x into main 2025-04-13 14:19:31 +02:00
Showing only changes of commit 4147632552 - Show all commits

View File

@@ -60,7 +60,7 @@ jobs:
echo REPO_VERSION=$(git describe --tags --always | sed 's/^v//') >> $GITHUB_OUTPUT echo REPO_VERSION=$(git describe --tags --always | sed 's/^v//') >> $GITHUB_OUTPUT
- name: Build and push - name: Build and push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v6
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile