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 afa6bdb commit dd363cc
Showing 1 changed file with 1 addition and 1 deletion.
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: Dockerfile-dev # Dockerfile 이름 지정
file: ./layer-api/Dockerfile-dev # Dockerfile 이름 지정
platforms: linux/amd64
push: true
tags: |
Expand Down

0 comments on commit dd363cc

Please sign in to comment.