Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschissler authored Sep 19, 2023
1 parent 4c84563 commit 2d098ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:

- name: Update Kubernetes deployment
run: |
kubectl set tschissler/testservice your-testservice=tschissler/testservice:${{ steps.bump.outputs.newTag }}
microk8s kubectl set tschissler/testservice your-testservice=tschissler/testservice:${{ steps.bump.outputs.newTag }}
- name: Deploy to Kubernetes
run: microk8s kubectl apply -f /home/thomasschissler/SmartHome/deploy.yaml

0 comments on commit 2d098ae

Please sign in to comment.