Skip to content

Commit

Permalink
fix: dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
1jeongg committed Sep 24, 2024
1 parent f462806 commit 901e76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spring-boot-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
REGISTRY: ${{ steps.login-ecr.outputs.registry }}

run: |
docker build -t $REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
docker build -t $REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker build -t $REGISTRY/nginx:$IMAGE_TAG ./nginx
docker push $REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
docker push $REGISTRY/nginx:$IMAGE_TAG
Expand Down

0 comments on commit 901e76d

Please sign in to comment.