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 1df7bb7 commit eb93bce
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 @@ -89,9 +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
run: |
docker buildx create --use
docker buildx build -t chy0310/khumon:latest . --push

0 comments on commit eb93bce

Please sign in to comment.