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 26ae460 commit 3598c17Copy full SHA for 3598c17
.github/workflows/deploy.yml
@@ -26,15 +26,17 @@ jobs:
26
with:
27
context: .
28
push: true
29
- tags: jacksoncheriyan05/transcoder-service:${{ steps.vars.outputs.sha_short }}
+ tags: |
30
+ jacksoncheriyan05/transcoder-service:latest
31
+ jacksoncheriyan05/transcoder-service:${{ steps.vars.outputs.sha_short }}
32
33
- name: Install doctl
34
uses: digitalocean/action-doctl@v2
35
36
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
37
38
- name: Connect to Kubernetes cluster
- run: doctl kubernetes cluster kubeconfig save dowhilelearn-cluster
39
+ run: doctl kubernetes cluster kubeconfig save k8s-1-32-2-do-3-blr1-1749121281817
40
41
- name: Update Kubernetes deployment
42
run: |
0 commit comments