Skip to content

Commit

Permalink
chore: pass docker credentials to build
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Nov 20, 2023
1 parent 037c987 commit 1c00e4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:

- name: 이미지 빌드하고 푸쉬하기
id: build-image
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
run: |
chmod +x ./gradlew &&
./gradlew jib

0 comments on commit 1c00e4d

Please sign in to comment.