Skip to content

Commit a3fead8

Browse files
committed
code update: fix pipline
1 parent 5dee7b7 commit a3fead8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ jobs:
8484
curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
8585
sudo mv kustomize /usr/local/bin/
8686
- name: Update Image in Kustomize
87-
run: make update-image ENV=${{ env.DEPLOY_ENV }}
87+
run: make update-image
8888
- name: Deploy to EKS
89-
run: make deploy ENV=${{ env.DEPLOY_ENV }}
89+
run: make deploy

0 commit comments

Comments
 (0)