Skip to content

Commit

Permalink
refactor: infra 디렉토리 생성 및 리팩터링 (#207)
Browse files Browse the repository at this point in the history
* refactor: infra 디렉토리 생성 및 리팩터링

* fix: 초기 아이템 데이터 이미지 링크 수정

* fix: DockerFile 경로 수정
  • Loading branch information
Shin-Jae-Yoon authored Nov 30, 2023
1 parent 0e97420 commit 8d7d3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Docker Hub 빌드하고 푸시
uses: docker/build-push-action@v4
with:
context: .
context: ./infra
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/${{ secrets.DOCKER_HUB_REPOSITORY }}:${{ secrets.DOCKER_HUB_DEV_TAG }}
build-args: |
Expand Down

0 comments on commit 8d7d3ef

Please sign in to comment.