Skip to content

Commit

Permalink
build time #3
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronschweig committed Mar 18, 2021
1 parent cf6e287 commit 20d68af
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/stonks2moon-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,5 @@ 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 20d68af

Please sign in to comment.