Skip to content

Commit

Permalink
Add preview-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulik committed Nov 29, 2022
1 parent 716d6dd commit c837633
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
version: "latest"
strategy: "always"

- name: preview-maker
version: "latest"
strategy: "always"

steps:
- name: Check out
Expand Down
4 changes: 4 additions & 0 deletions preview-maker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM linuxserver/ffmpeg:version-4.4-cli

RUN curl https://dl.min.io/client/mc/release/linux-amd64/mc -o /bin/mc &&\
chmod +x /bin/mc

0 comments on commit c837633

Please sign in to comment.