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

chore(ci): build images from 'main' #2653

Merged
merged 4 commits into from
Feb 15, 2024
Merged

chore(ci): build images from 'main' #2653

merged 4 commits into from
Feb 15, 2024

Conversation

greyscaled
Copy link
Contributor

We are no longer getting updates to the main tag

We are no longer getting updates to the `main` tag
@@ -588,7 +576,6 @@ jobs:
just slt-bin 'sqllogictests_snowflake/*'
just slt-bin --protocol=rpc 'sqllogictests_snowflake/*'


Copy link
Contributor Author

Choose a reason for hiding this comment

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

All changes before this point were just automagic lint/fmt 🤷🏻

@greyscaled greyscaled self-assigned this Feb 15, 2024
.github/workflows/ci.yaml Outdated Show resolved Hide resolved
docker-push:
name: Build and Push Docker Image
if: github.event_name == 'push' && github.repository == 'GlareDB/glaredb' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest-8-cores
Copy link
Collaborator

Choose a reason for hiding this comment

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

depending on if we decide to reuse the previous artifacts or not we can downside this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'd be happy to accomplish both. The code as-is was just copy-pasta'd from the release variant, but since this runs on every push to main and is generally OK to take longer, I'm happy to downsize.

.github/workflows/ci.yaml Show resolved Hide resolved
.github/workflows/ci.yaml Outdated Show resolved Hide resolved
@greyscaled greyscaled merged commit cec07ea into main Feb 15, 2024
23 checks passed
@greyscaled greyscaled deleted the grey/build-main branch February 15, 2024 19:00
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.

None yet

3 participants