Skip to content

Commit 72c068e

Browse files
authored
Merge pull request #9 from pangolin-do-golang/cicd
chore: atualiza actions
2 parents e010683 + 4e477fe commit 72c068e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/BuildApp.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,10 @@ jobs:
9393
shell: bash
9494
run: aws eks update-kubeconfig --region us-east-1 --name development
9595

96+
- name: Cat kubeconfig
97+
run: cat ${HOME}/.kube/config
98+
9699
- uses: actions-hub/kubectl@master
97100
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
98101
with:
99-
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

Comments
 (0)