Skip to content

Commit

Permalink
chore: docker build 부분 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Oct 29, 2024
1 parent 4a87b3c commit afa6bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws-cicd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: ./layer-api
dockerfile: ./layer-api/Dockerfile-dev # Dockerfile 이름 지정
dockerfile: Dockerfile-dev # Dockerfile 이름 지정
platforms: linux/amd64
push: true
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws-cicd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: ./layer-api
dockerfile: ./layer-api/Dockerfile-prod # Dockerfile 이름 지정
dockerfile: Dockerfile-prod # Dockerfile 이름 지정
platforms: linux/amd64
push: true
tags: |
Expand Down

0 comments on commit afa6bdb

Please sign in to comment.