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 8fb2e33 commit 9eac3d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
run: ./gradlew build -x test

- name: Container build
run: pwd && ls -al .gradle
# run: docker build -t ${{ env.ECR_URL }} .
run: docker build -t ${{ env.ECR_URL }} .

- name: Container Push
run : docker push ${{ env.ECR_URL }}
Expand Down

0 comments on commit 9eac3d7

Please sign in to comment.