Skip to content

Push images to Dockerhub instead of GCR (rubocop-1-39-0) #343

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 16, 2023

Conversation

dantevvp
Copy link

Deprecate pushing of the image to GCR in favor of pushing to Dockerhub.

@dantevvp dantevvp requested review from a team, RubyBrewsday and f-moya and removed request for a team February 13, 2023 16:14
Comment on lines +6 to +8
ifndef RELEASE_TAG
override RELEASE_TAG = latest
endif
Copy link

Choose a reason for hiding this comment

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

Suggested change
ifndef RELEASE_TAG
override RELEASE_TAG = latest
endif
RELEASE_TAG ?= latest

Copy link
Author

Choose a reason for hiding this comment

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

@fede-moya this sadly does not work when providing an empty string. Makefile takes empty strings as not null, so it'll end up not tagging the image as latest. The ifndef workaround lets us provide an empty string that will still be replaced with latest

@dantevvp dantevvp merged commit 5f886a8 into channel/rubocop-1-39-0 Mar 16, 2023
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