Skip to content

Commit

Permalink
chore: 도커 파일 이름 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Nov 10, 2024
1 parent 27310bf commit 2163833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aws-cicd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: ./layer-batch
file: ./layer-batch/Dockerfile # Dockerfile 이름 지정
platforms: linux/amd64
push: true
tags: |
Expand Down

0 comments on commit 2163833

Please sign in to comment.