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.
1 parent 681460f commit d39b069Copy full SHA for d39b069
.github/workflows/ci-cd.yml
@@ -27,19 +27,4 @@ jobs:
27
with:
28
context: .
29
push: true
30
- tags: ghcr.io/${{ github.repository }}:latest
31
-
32
- - name: Setup Kubectl
33
- uses: azure/setup-kubectl@v3
34
- with:
35
- version: 'v1.29.0'
36
37
- - name: Setup Kubeconfig
38
- run: |
39
- mkdir -p $HOME/.kube
40
- echo "${{ secrets.KUBECONFIG_CONTENT }}" > $HOME/.kube/config
41
42
- - name: Deploy to Minikube (or Cluster)
43
44
- kubectl apply -f k8s/deployment.yaml
45
- kubectl apply -f k8s/service.yaml
+ tags: ghcr.io/singhsayan/node-ci-cd-k8s-monitoring:latest
0 commit comments