Skip to content

Commit

Permalink
chore: 도커 액션에 디렉토리 컨텍스트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
uwoobeat committed Jan 8, 2024
1 parent ca3e346 commit b79628f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/develop_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- name: Docker Build and Push
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/gdsc-server:${{ steps.image-tag.outputs.value }}

Expand Down

0 comments on commit b79628f

Please sign in to comment.