Fix container build

pull/1695/head
Perflyst 4 years ago committed by GitHub
parent 1ad4685bb7
commit a1aa40f500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save