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

[CI] Do not use branch names when publishing container images #1583

Merged
merged 3 commits into from
Aug 15, 2024

Conversation

kurtismullins
Copy link
Contributor

@kurtismullins kurtismullins commented Aug 13, 2024

Description of Changes

Removes the creation of Docker Container Images with branch names as tags.

AMD/Intel Image Build
Screenshot 2024-08-13 at 12 57 01 PM

ARM Image Build
Screenshot 2024-08-13 at 1 00 10 PM

Both images merged into a multi-platform image
Screenshot 2024-08-13 at 1 01 28 PM

The created images in Dockerhub
Screenshot 2024-08-13 at 1 02 35 PM

Side Note: It is much nicer to cross-reference related/identical images in Github's Artifact Repository than it is in Dockerhub. Perhaps we should consider only using Dockerhub for spacetimedb:latest and tagged releases?

API and ABI breaking changes

n/a

Expected complexity level and risk

1

This complexity rating applies not only to the complexity apparent in the diff,
but also to its interactions with existing and future code.

n/a

Testing

  • See the included screenshots. I created tags which matched the blob pattern v* and verified that the tag names are correct by looking at the CI output and cross-referencing DockerHub.

Copy link
Contributor

@cloutiertyler cloutiertyler left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@cloutiertyler cloutiertyler left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@cloutiertyler cloutiertyler left a comment

Choose a reason for hiding this comment

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

LGTM

@kurtismullins kurtismullins added this pull request to the merge queue Aug 15, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 15, 2024
@kurtismullins kurtismullins added this pull request to the merge queue Aug 15, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 15, 2024
@kurtismullins kurtismullins added this pull request to the merge queue Aug 15, 2024
Merged via the queue into master with commit 2c38913 Aug 15, 2024
15 of 16 checks passed
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.

2 participants