Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chs98412 authored Jul 24, 2024
1 parent 3b896fb commit b7c368b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
- name: Deploy to Kubernetes
run: |
kubectl apply -f deployment-repo/k8s/example-project.yaml
kubectl set image deployment/example-project-deployment example-project=${{ secrets.DOCKER_HUB_USERNAME }}/example-project:${{ env.BUILD_DATE }}
kubectl set image deployment/example-project-deployment example-project=${{ secrets.DOCKER_HUB_USERNAME }}/example-project:latest

0 comments on commit b7c368b

Please sign in to comment.