Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Update contents to match image var name #527

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/build_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CLOUDBUILD_CONFIG="cloudbuild-ubuntu.yaml"
export PHP_BASE_IMAGE="gcr.io/${GOOGLE_PROJECT_ID}/php-base:${TAG}"
export BASE_IMAGE="gcr.io/${GOOGLE_PROJECT_ID}/php:${TAG}"
export PHP_71_IMAGE="gcr.io/${GOOGLE_PROJECT_ID}/php71:${TAG}"
export PHP_72_IMAGE="gcr.io/${GOOGLE_PROJECT_ID}/php71:${TAG}"
export PHP_72_IMAGE="gcr.io/${GOOGLE_PROJECT_ID}/php72:${TAG}"
export TEST_RUNNER_BASE_IMAGE=${PHP_71_IMAGE}

if [ -z "${RUNTIME_DISTRIBUTION}" ]; then
Expand Down