Skip to content

Commit

Permalink
Update image tag for backend deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sayinmehmet47 committed May 7, 2024
1 parent 42b9e74 commit 9906f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
--cluster=kubernetes \
--user=github-action
kubectl config use-context default
kubectl set image deployment/backend-deployment-dev backend=sayinmehmet47/backend-kitapkurdu-1:${{ env.TAG_VERSION }} -n kitapkurdu
kubectl set image deployment/backend-deployment-dev kitapkurdu=sayinmehmet47/backend-kitapkurdu-1:${{ env.TAG_VERSION }} -n kitapkurdu

0 comments on commit 9906f0e

Please sign in to comment.