Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
diaznet committed Nov 10, 2024
1 parent 1a3a384 commit 7dd9f86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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__.

Expand Down

0 comments on commit 7dd9f86

Please sign in to comment.