Skip to content

Commit

Permalink
Merge branch 'master' into yahoo_api_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 authored Oct 6, 2023
2 parents 9e6443a + ce19081 commit 935e001
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 75 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- name: Print version
run: echo "Publishing reacherhq/backend:${{ steps.vars.outputs.GITHUB_TAG }}"
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: reacherhq/backend
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
tags: "latest,${{ steps.vars.outputs.GITHUB_TAG }}"
tags: "${{ steps.vars.outputs.GITHUB_TAG }}"
120 changes: 49 additions & 71 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ async-std-resolver = "0.21.2"
fantoccini = { version = "0.19.3", optional = true }
futures = { version = "0.3.27", optional = true }
fast-socks5 = "0.8.1"
log = "0.4.17"
log = "0.4.20"
mailchecker = "5.0.7"
rand = { version = "0.8.5", features = ["small_rng"] }
regex = "1.7.1"
regex = "1.9.4"
reqwest = { version = "0.11.16", features = ["json", "socks"] }
serde = { version = "1.0.157", features = ["derive"] }
serde_json = "1.0.95"
Expand Down

0 comments on commit 935e001

Please sign in to comment.