Skip to content

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Jan 11, 2022
1 parent fb4500d commit 34c5c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
name: Build and push Docker image
runs-on: ubuntu-18.04
env:
TOR_VERSION: 0.4.6.8
TOR_CHECKSUM: @sha256:c262923ffd0bd224a4a4123cf1c88eea11e2314566b7b7e8a1f77969deeb0208
TOR_VERSION: "0.4.6.8"
TOR_CHECKSUM: "@sha256:c262923ffd0bd224a4a4123cf1c88eea11e2314566b7b7e8a1f77969deeb0208"
steps:
- name: Login to Docker Hub
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
Expand Down

0 comments on commit 34c5c42

Please sign in to comment.