Skip to content

Commit

Permalink
feat: RELEASE_VERSION 환경 변수 등록 스텝 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Jun 25, 2024
1 parent 8d7d4b3 commit 756df6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
- name : Docker Login
run: docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}

- name : Set Environment Variables
run: |
echo "RELEASE_VERSION=${{ env.RELEASE_VERSION }}" >> .env
- name: Build Docker Image
run: |
./gradlew --info api:buildDockerImage

0 comments on commit 756df6d

Please sign in to comment.