Skip to content

Commit

Permalink
Change cloudbuild image (#5448)
Browse files Browse the repository at this point in the history
Changes the image to the more generic option.
  • Loading branch information
drewroengoogle authored Jan 4, 2024
1 parent 9720c53 commit 2b4e256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud_build/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2b4e256

Please sign in to comment.