Skip to content

Commit 3fe6f83

Browse files
Update build.yml
1 parent caf4080 commit 3fe6f83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
if: steps.check-deployment.outputs.deployment_exists == 'false'
108108
run: |
109109
kubectl create deployment ${{ vars.DEPLOYMENT_NAME }} \
110-
--image=${{ vars.IMAGE_REGISTRY }}:$LATEST_SHA -n default
110+
--image=${{ vars.IMAGE_REGISTRY }}:$LATEST_SHA -n ${{ vars.DEPLOYMENT_NAME }}
111111
112112
- name: 🔄 Update Deployment Image (if exists)
113113
if: steps.check-deployment.outputs.deployment_exists == 'true'

0 commit comments

Comments
 (0)