ci: update docker/build-push-action to v6
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 27s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 27s
This commit is contained in:
parent
656f4b2873
commit
20acaa2408
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue