Skip to content

Commit

Permalink
FIx action
Browse files Browse the repository at this point in the history
  • Loading branch information
ATechAdventurer committed Mar 6, 2024
1 parent 6bc0679 commit 17a3f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
container:
image: docker.io/bitnami/kubectl:1.29.0
steps:
- name: "Patch Image"
- name: 'Patch Image'
run: |
echo $KUBE_CONFIG | base64 -d > kc.yaml
kubectl --kubeconfig kc.yaml set image deployment/gliderbot svc=$NEW_IMAGE
kubectl --kubeconfig kc.yaml set image deployment/gliderbot gliderbot=$NEW_IMAGE
env:
KUBE_CONFIG: ${{ secrets.KUBECONFIG }}
NEW_IMAGE: ${{ needs.push.outputs.tag }}

0 comments on commit 17a3f7e

Please sign in to comment.