Merge pull request 'Update docker/build-push-action action to v6' (#85) from renovate/docker-build-push-action-6.x into main

Reviewed-on: #85
This commit is contained in:
Tobias Brunner 2025-06-02 07:34:41 +00:00
commit 8566520f97
3 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ jobs:
esac
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true

View file

@ -35,7 +35,7 @@ jobs:
password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true

View file

@ -30,7 +30,7 @@ jobs:
password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: docs/Dockerfile