Skip to content

build: push specific docker image version tags during Cloud Build step#10748

Merged
joehan merged 2 commits into
mainfrom
fix-docker-publish-tags
Jun 30, 2026
Merged

build: push specific docker image version tags during Cloud Build step#10748
joehan merged 2 commits into
mainfrom
fix-docker-publish-tags

Conversation

@avolkovi

Copy link
Copy Markdown
Contributor

Description

Scenarios Tested

Sample Commands

@avolkovi avolkovi force-pushed the fix-docker-publish-tags branch from 38558eb to 8b39bb7 Compare June 30, 2026 20:45

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request refactors the Cloud Build configuration files to extract the version number into a local variable and adds explicit docker push commands for the built images. The reviewer feedback suggests adding 'set -e' to ensure the build fails fast if docker build fails, and refactoring the long single-line command in the firebase-docker-image cloudbuild.yaml into a multi-line block literal for better readability and maintenance.

Comment thread scripts/publish/cloudbuild.yaml
Comment thread scripts/publish/firebase-docker-image/cloudbuild.yaml
@avolkovi avolkovi force-pushed the fix-docker-publish-tags branch from 8b39bb7 to 03d70c1 Compare June 30, 2026 20:48
# Conflicts:
#	scripts/publish/firebase-docker-image/cloudbuild.yaml

@joehan joehan left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks fine, tho i am confused why we need this

@joehan joehan merged commit 1a814e1 into main Jun 30, 2026
53 checks passed
@joehan joehan deleted the fix-docker-publish-tags branch June 30, 2026 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants