Skip to content

Commit

Permalink
chore: 환경변수 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin0o0 committed Oct 19, 2023
1 parent 98ebf15 commit 1df7bb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD}}

- name: Build and Push Docker Image
run: |
docker buildx create --use
docker buildx build -t chy0310/khumon:latest . --push
env:
JWT_SECRET: ${{ secrets.JWT_SECRET }}
JWT_EXPIRATION: ${{ secrets.JWT_EXPIRATION }}
Expand Down Expand Up @@ -92,6 +89,9 @@ jobs:
NAVER_USER_NAME_ATTRIBUTE: ${{ secrets.NAVER_USER_NAME_ATTRIBUTE }}
REDIS_HOST: ${{ secrets.REDIS_HOST }}
REDIS_PORT: ${{ secrets.REDIS_PORT }}
run: |
docker buildx create --use
docker buildx build -t chy0310/khumon:latest . --push

0 comments on commit 1df7bb7

Please sign in to comment.