1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Simplify build script for ytdl

This commit is contained in:
Maksym Pavlenko
2018-11-22 14:58:10 -08:00
parent 77f5c50cdb
commit 3f331844e8

View File

@ -1,5 +1,4 @@
#!/usr/bin/env bash
docker build -t ytdl .
docker tag ytdl mxpv/ytdl
docker build -t mxpv/ytdl .
docker push mxpv/ytdl