ci: update docker/build-push-action to v6
Some checks failed
Container build / container-build (push) Failing after 1m1s

This commit is contained in:
Job 2024-09-28 19:17:56 +02:00
parent 0e51472973
commit 6556db0ce6
Signed by: Job79
SSH Key Fingerprint: SHA256:BezbKv3jZaqu7SdNrZM0e42b8nlNwh63zaVj/pUxc7U

View File

@ -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