diff --git a/.github/workflows/deploy-k8s.yml b/.github/workflows/deploy-k8s.yml index 3c716466e1..10cbf3e853 100644 --- a/.github/workflows/deploy-k8s.yml +++ b/.github/workflows/deploy-k8s.yml @@ -39,7 +39,7 @@ jobs: - name: Generate image EKS run: | cd pm4-k8s-distribution - bash ./images/build.local.sh $CI_PACKAGE_BRANCH ${{env.IMAGE_TAG}} $BASE + bash ./images/build.k8s.sh $CI_PACKAGE_BRANCH ${{env.IMAGE_TAG}} $BASE - name: List Images run: | docker images