Skip to content

Commit

Permalink
refactor : 사전 신청 람다 워크플로우 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
isprogrammingfun committed Sep 17, 2024
1 parent 818cf57 commit a93b941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy_Pre_Registration_Lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
REPOSITORY: ${{ env.REPOSITORY }}
TAG: ${{ github.sha }}
run: |
cd recommend
cd pre_registration
docker build -t $REGISTRY/$REPOSITORY:$TAG .
docker push $REGISTRY/$REPOSITORY:$TAG
Expand Down

0 comments on commit a93b941

Please sign in to comment.