mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Fix container build
This commit is contained in:
parent
1ad4685bb7
commit
a1aa40f500
1 changed files with 2 additions and 0 deletions
2
.github/workflows/container-release.yml
vendored
2
.github/workflows/container-release.yml
vendored
|
@ -30,6 +30,8 @@ jobs:
|
|||
- name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
file: docker/Dockerfile
|
||||
push: true
|
||||
tags: quay.io/invidious/invidious:latest
|
||||
|
||||
|
|
Loading…
Reference in a new issue