From 2b4e25631c9d9cd194febe98fc04f575b403cb0d Mon Sep 17 00:00:00 2001 From: Drew Roen <102626803+drewroengoogle@users.noreply.github.com> Date: Thu, 4 Jan 2024 16:30:13 -0600 Subject: [PATCH] Change cloudbuild image (#5448) Changes the image to the more generic option. --- cloud_build/stage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud_build/stage.yaml b/cloud_build/stage.yaml index e9d3236bf3..43ff1cfa50 100644 --- a/cloud_build/stage.yaml +++ b/cloud_build/stage.yaml @@ -10,7 +10,7 @@ steps: 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'