We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf4080 commit 3fe6f83Copy full SHA for 3fe6f83
1 file changed
.github/workflows/build.yml
@@ -107,7 +107,7 @@ jobs:
107
if: steps.check-deployment.outputs.deployment_exists == 'false'
108
run: |
109
kubectl create deployment ${{ vars.DEPLOYMENT_NAME }} \
110
- --image=${{ vars.IMAGE_REGISTRY }}:$LATEST_SHA -n default
+ --image=${{ vars.IMAGE_REGISTRY }}:$LATEST_SHA -n ${{ vars.DEPLOYMENT_NAME }}
111
112
- name: 🔄 Update Deployment Image (if exists)
113
if: steps.check-deployment.outputs.deployment_exists == 'true'
0 commit comments