Skip to content

Commit

Permalink
Update build-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gracepark0120 authored Dec 13, 2023
1 parent a825a98 commit 6afa00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
sed -i 's|image: k8s-registry-test.kr.ncr.ntruss.com/nextjs-fe:.*$|image: ${{ secrets.NCP_CONTAINER_REGISTRY }}/nextjs-fe:${{ github.sha }}|' fe-deployment.yaml
git checkout -b alarm
git add fe/fe-deployment.yaml
git add fe-deployment.yaml
git status
git commit -m "alarm"
git push origin alarm
Expand Down

0 comments on commit 6afa00b

Please sign in to comment.