ci: update docker/build-push-action to v6
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 27s

This commit is contained in:
Fijxu 2025-04-15 19:26:00 -04:00
parent 656f4b2873
commit 20acaa2408
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

@ -68,7 +68,7 @@ jobs:
# Step 5: Build and push the Docker image # Step 5: Build and push the Docker image
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v4 uses: docker/build-push-action@v6
with: with:
context: invidious-companion context: invidious-companion
push: true push: true