Skip to content

Commit 135e96e

Browse files
committed
[HOTFIX] secret 환경변수명 통일
1 parent 5c5aeb5 commit 135e96e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backend-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
run: |
4747
cd ./backend
4848
./gradlew jib \
49-
-Djib.to.auth.username=${{ secrets.DOCKERHUB_USERNAME }} \
50-
-Djib.to.auth.password=${{ secrets.DOCKERHUB_PASSWORD }}
49+
-Djib.to.auth.username=${{ secrets.DOCKER_USERNAME }} \
50+
-Djib.to.auth.password=${{ secrets.DOCKER_PASSWORD }}
5151
cd ..
5252
5353
- name: Set up Google Cloud SDK

0 commit comments

Comments
 (0)