Do not try to copy logo if image does not exist on disk

This commit is contained in:
Gabe Kangas
2021-05-14 15:28:13 -07:00
parent 5c48ead518
commit 3810ce4f63
2 changed files with 6 additions and 7 deletions

View File

@@ -116,4 +116,4 @@ docker build --build-arg NAME=docker --build-arg VERSION=${VERSION} --build-arg
# Dockerhub
# You must be authenticated via `docker login` with your Dockerhub credentials first.
docker push gabekangas/owncast
docker push "gabekangas/owncast:${VERSION}"