We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2526bf7 commit bdbd2a7Copy full SHA for bdbd2a7
.github/workflows/ci-cd-eks.yml
@@ -31,7 +31,7 @@ jobs:
31
push: true
32
tags: |
33
rafallltm/giropops-senhas:latest
34
- rafallltm/giropops-senhas:${{ github.sha }}
+ rafallltm/giropops-senhas:eks-v${{ github.sha }}
35
36
cd:
37
runs-on: ubuntu-latest
@@ -66,9 +66,7 @@ jobs:
66
- name: Deploy with Helm
67
run: |
68
helm upgrade --install giropops ./helm-chat \
69
- --namespace giropops-senhas \
70
- --create-namespace \
71
--set image.repository=rafallltm/giropops-senhas \
72
- --set image.tag=${{ github.sha }} \
+ --set image.tag=eks-v${{ github.sha }} \
73
--atomic \
74
--timeout 5m
0 commit comments