Skip to content
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

Fix image tags in release workflow #1977

Merged
merged 1 commit into from
Mar 10, 2022

Conversation

imjasonh
Copy link
Collaborator

Two bugs:

  • fix typo in debug release_tag (should be release-tag)
  • only tag :latest images as :v1.X.Y; tag non-:latest images as
    :v1.X.Y-debug etc.

This should fix the issues reported in #1871 (comment) for future releases, which have been manually fixed for v1.8.0 in the meantime.

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

  • Includes unit tests
  • Adds integration tests if needed.

See the contribution guide for more details.

Reviewer Notes

  • The code flow looks good.
  • Unit tests and or integration tests added.

Two bugs:
- fix typo in debug release_tag (should be release-tag)
- only tag :latest images as :v1.X.Y; tag non-:latest images as
  :v1.X.Y-debug etc.
Copy link
Member

@tejal29 tejal29 left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -43,7 +43,7 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/s390x
Copy link
Member

Choose a reason for hiding this comment

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

Not part of your change, Is there a reason we don't have linux/ppc64le for executor-debug?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

They were all removed in #1784 but I'm not sure why. When the others were re-added there was some issue with the debug image and BusyBox I think, so it wasn't added.

@imjasonh imjasonh merged commit f38043f into GoogleContainerTools:main Mar 10, 2022
@imjasonh imjasonh mentioned this pull request Apr 1, 2022
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