Skip to content

Commit 32c0653

Browse files
author
Sam Morris
committed
cleanup
1 parent 0026b06 commit 32c0653

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
with:
2828
username: ${{ env.USERNAME }}
2929
password: ${{ env.PASSWORD }}
30-
31-
- uses: actions/checkout@v4
30+
3231
- name: Build and push the Docker image
3332
run: |
3433
docker build -t $IMAGE_NAME:${{ inputs.IMAGE_TAG }} .

.github/workflows/deploy-to-eks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
- name: Deploy to EKS
3838
run: |
3939
kubectl set image deployment/server server=${{ env.IMAGE_NAME }}:${{ inputs.IMAGE_TAG }} -n ${{ env.NAMESPACE }}
40-
kubectl rollout status deployment/server -n cat-chatbot
40+
kubectl rollout status deployment/server -n ${{ env.NAMESPACE }}

0 commit comments

Comments
 (0)