Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dudgns3443 authored Dec 11, 2024
1 parent 29ef2d5 commit 77103e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: ./gradlew build -x test

- name: ECR login
run: aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/j6g5s0j0
run: aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws

- name: Container build
run: docker build -t ${{ env.ECR_URL }} .
Expand Down

0 comments on commit 77103e5

Please sign in to comment.