diff options
| author | Perflyst <mail@perflyst.de> | 2021-01-21 07:45:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-21 07:45:43 +0100 |
| commit | a1aa40f500a9a70f58d1a7d43ef17b37f9cce1df (patch) | |
| tree | 0d90e560fb35b96e081749d9d47180947cbeeb65 /.github | |
| parent | 1ad4685bb7f1cf0c344408ef01f528f4926f2e94 (diff) | |
| download | invidious-a1aa40f500a9a70f58d1a7d43ef17b37f9cce1df.tar.gz invidious-a1aa40f500a9a70f58d1a7d43ef17b37f9cce1df.tar.bz2 invidious-a1aa40f500a9a70f58d1a7d43ef17b37f9cce1df.zip | |
Fix container build
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/container-release.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml index 77877080..b21123d2 100644 --- a/.github/workflows/container-release.yml +++ b/.github/workflows/container-release.yml @@ -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 |
