update gke deployments

This commit is contained in:
mklee 2025-12-16 06:27:09 +00:00
parent 874c9d02a7
commit 04639d9438
2 changed files with 6 additions and 2 deletions

View file

@ -132,7 +132,7 @@ jobs:
NEW_IMAGE="${GAR_LOCATION}-docker.pkg.dev/${GCP_PROJECT_ID}/${GAR_REPOSITORY}/${IMAGE_NAME}:${IMAGE_TAG}"
grep -n "image:" "$YAML_PATH"
sed -i "s#^\(\s*image:\s*\).*#\1${NEW_IMAGE}#" "$YAML_PATH"
- name: Commit and push changes
if: github.ref == 'refs/heads/main'
run: |