From 399fd34a2c83397f58956a686512b37f71e693e8 Mon Sep 17 00:00:00 2001 From: Khanh Nguyen Date: Thu, 4 Jan 2024 13:27:49 -0800 Subject: [PATCH] Use firebase-ghcli to make all firebase deploys use the same container image --- cloud_build/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud_build/deploy.yaml b/cloud_build/deploy.yaml index 9f9d265b6b..6259e5ebdd 100644 --- a/cloud_build/deploy.yaml +++ b/cloud_build/deploy.yaml @@ -9,7 +9,7 @@ steps: set -e echo "Building the website using a makefile..." make build - - name: gcr.io/flutter-dev-230821/firebase-staging + - name: gcr.io/flutter-dev-230821/firebase-ghcli entrypoint: '/bin/bash' args: - '-c'