Skip to content

Commit

Permalink
build #4
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronschweig committed Mar 18, 2021
1 parent 20d68af commit aab379f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/stonks2moon-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,12 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
build-args: MONGO_CONNECTION=${{ 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 }}
build-args: |
MONGO_CONNECTION=${{ 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 }}
tags: stonks2moon/${{ steps.string.outputs.lowercase }}:${{ github.sha }}

0 comments on commit aab379f

Please sign in to comment.