Skip to content

Commit

Permalink
last attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronschweig committed Mar 18, 2021
1 parent aab379f commit f66f48e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stonks2moon-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
with:
push: true
build-args: |
MONGO_CONNECTION=${{ secrets.MONGO_CONNECTION }}
MONGO_CONNECTION_ARG=${{ secrets.MONGO_CONNECTION }}
JWT_SECRET_ARG=${{ secrets.JWT_SECRET }}
REDIS_HOST_ARG=${{ secrets.REDIS_HOST }}
REDIS_PORT_ARG=18278
REDIS_USER_ARG=${{ secrets.REDIS_USER }}
REDIS_PW_ARG=${{ secrets.REDIS_PW }}
REDIS_DB_ARG=${{ secrets.REDIS_DB }}
REDIS_DB_ARG=MoonStonksQueue
tags: stonks2moon/${{ steps.string.outputs.lowercase }}:${{ github.sha }}

0 comments on commit f66f48e

Please sign in to comment.