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