Skip to content

Commit

Permalink
Fix image tag on deploy-eks
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlod committed Apr 3, 2024
1 parent 384c802 commit d22ef20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-eks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Deploy to EKS
env:
IMAGE_NAME: "${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}"
IMAGE_NAME: "${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}:latest"
run: |
cat kubernetes/aws/deployment.yml | envsubst | kubectl apply -f - && \
kubectl apply -f kubernetes/aws/service.yml

0 comments on commit d22ef20

Please sign in to comment.