Skip to content

Commit

Permalink
chore: add docker credentials 2
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Nov 20, 2023
1 parent 1c00e4d commit 97a4c0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.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: |
echo "IMAGE_TAG=$IMAGE_TAG, ACTIVE_PROFILE=$ACTIVE_PROFILE" &&
chmod +x ./gradlew &&
Expand Down

0 comments on commit 97a4c0f

Please sign in to comment.