Skip to content

Commit

Permalink
Update cloudbuild.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pwei1018 authored Dec 18, 2024
1 parent 3e06e4e commit 6481657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/backend-deploy-job/files/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ steps:
--delivery-pipeline="${_DEPLOYMENT_PIPELINE}" \
--region="${_REGION}" \
--to-target="${TARGET}" \
--images="image-placeholder=${IMAGE_PATH}:${_SHORT_SHA}"
--images="image-placeholder=${IMAGE_PATH}:${_DEPLOYMENT_ENV}"
else
RELEASE_NAME=$(gcloud deploy targets describe "${TARGET_FROM}" \
--delivery-pipeline="${_DEPLOYMENT_PIPELINE}" \
Expand Down

0 comments on commit 6481657

Please sign in to comment.