Skip to content

Commit d9b0f1b

Browse files
committed
correct vars names
1 parent d780b80 commit d9b0f1b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_cloud-run-build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
for f in "${FILES[@]}"; do
6565
DOCKERFILE_FLAGS+=" -f $f"
6666
done
67-
IMAGE_TAG_SHA="${{ vars.PULUMI_GAR_LOCATION }}-docker.pkg.dev/${{ vars.PULUMI_PROJECT_ID }}/${{ vars.PULUMI_GAR_REPOSITORY }}/${{ inputs.image_name }}:${{ github.sha }}"
67+
IMAGE_TAG_SHA="${{ vars.PULUMI_GAR_LOCATION }}-docker.pkg.dev/${{ vars.PULUMI_GCP_PROJECT_ID }}/${{ vars.PULUMI_GAR_REPOSITORY }}/${{ inputs.image_name }}:${{ github.sha }}"
6868
if [ "${{ inputs.build_tool }}" = "bake" ]; then
6969
# If bake_targets is set, add them as arguments
7070
BAKE_TARGETS=""

.github/workflows/_cloud-run-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ jobs:
7474
- name: Delete Cloud Run Service (Final Name)
7575
run: |
7676
echo "Deleting Cloud Run service: ${{ steps.set-service-name.outputs.safe_service_name }} in region ${{ matrix.region }}"
77-
gcloud run services delete ${{ steps.set-service-name.outputs.safe_service_name }} --project ${{ vars.PULUMI_PROJECT_ID }} --region ${{ matrix.region }} --platform managed --quiet || true
77+
gcloud run services delete ${{ steps.set-service-name.outputs.safe_service_name }} --project ${{ vars.PULUMI_GCP_PROJECT_ID }} --region ${{ matrix.region }} --platform managed --quiet || true

0 commit comments

Comments
 (0)