forked from midou/invidious
Fix container build
This commit is contained in:
parent
1ad4685bb7
commit
a1aa40f500
2
.github/workflows/container-release.yml
vendored
2
.github/workflows/container-release.yml
vendored
@ -30,6 +30,8 @@ jobs:
|
|||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
|
context: .
|
||||||
|
file: docker/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: quay.io/invidious/invidious:latest
|
tags: quay.io/invidious/invidious:latest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user