We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0026b06 commit 32c0653Copy full SHA for 32c0653
.github/workflows/build-and-push.yml
@@ -27,8 +27,7 @@ jobs:
27
with:
28
username: ${{ env.USERNAME }}
29
password: ${{ env.PASSWORD }}
30
-
31
- - uses: actions/checkout@v4
+
32
- name: Build and push the Docker image
33
run: |
34
docker build -t $IMAGE_NAME:${{ inputs.IMAGE_TAG }} .
.github/workflows/deploy-to-eks.yml
@@ -37,4 +37,4 @@ jobs:
37
- name: Deploy to EKS
38
39
kubectl set image deployment/server server=${{ env.IMAGE_NAME }}:${{ inputs.IMAGE_TAG }} -n ${{ env.NAMESPACE }}
40
- kubectl rollout status deployment/server -n cat-chatbot
+ kubectl rollout status deployment/server -n ${{ env.NAMESPACE }}
0 commit comments