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.
2 parents e010683 + 4e477fe commit 72c068eCopy full SHA for 72c068e
.github/workflows/BuildApp.yaml
@@ -93,7 +93,10 @@ jobs:
93
shell: bash
94
run: aws eks update-kubeconfig --region us-east-1 --name development
95
96
+ - name: Cat kubeconfig
97
+ run: cat ${HOME}/.kube/config
98
+
99
- uses: actions-hub/kubectl@master
100
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
101
with:
- args: set image deployment/tech-challenge tech-challenge-container=ghcr.io/${{ github.repository }}:${{ steps.short-sha.outputs.sha }}
102
+ args: set image deployment/tech-challenge-deployment tech-challenge-container=ghcr.io/${{ github.repository }}:${{ steps.short-sha.outputs.sha }}
0 commit comments