ci: update docker/build-push-action to v6

This commit is contained in:
Job
2024-09-28 19:17:56 +02:00
parent 0e51472973
commit 6556db0ce6

@@ -19,7 +19,7 @@ jobs:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
file: ./Containerfile