From 4c331d00e7a0743b957565d4cd4478ae4d94dc3a Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Thu, 13 Aug 2020 00:40:12 -0400 Subject: [PATCH] moved Dockerfile --- .github/workflows/main.yml | 2 ++ Dockerfile => docker/Dockerfile | 0 2 files changed, 2 insertions(+) rename Dockerfile => docker/Dockerfile (100%) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 94a15b0c3..c20a5752a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -189,5 +189,7 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} repository: lbry/lbrynet + dockerfile: docker/Dockerfile tag_with_ref: true tag_with_sha: true + add_git_labels: true diff --git a/Dockerfile b/docker/Dockerfile similarity index 100% rename from Dockerfile rename to docker/Dockerfile