diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 3b17fb2..a3c9f34 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -2,8 +2,9 @@ name: Build and Push docker image on Dockerhub on: push: - tags: - - '*' # Trigger on any tag push + branches: [ "main" ] + pull_request: + branches: [ "main" ] jobs: build_push: diff --git a/README.md b/README.md index e1768ce..fac1cdd 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,6 @@ This way your main account is not used by Arlo Downloader and access can be revo | -e `TFA_PASSWORD` | TFA_TYPE=EMAIL + TFA_SOURCE=imap only [Instructions](https://github.com/twrecked/pyaarlo#2fa-imap) | | | -e `DEBUG` | Set to 1 to enable debug logs | 0 | -For more information regarding 2fa with pyaarlo library, please check [here |https://github.com/twrecked/pyaarlo#2fa]. - #### Environment variables from files (Docker secrets) You can set any environment variable from a file by using a special prepend FILE__.