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

Add building of docker image #241

Merged
merged 1 commit into from
Feb 27, 2025
Merged

Conversation

stewartboogert
Copy link
Member

No description provided.

Copy link

codecov bot commented Feb 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.68%. Comparing base (cd5d5a3) to head (f98bbd3).
Report is 12 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #241   +/-   ##
=======================================
  Coverage   74.68%   74.68%           
=======================================
  Files         157      157           
  Lines       22907    22907           
=======================================
  Hits        17107    17107           
  Misses       5800     5800           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines +186 to +193
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
context: ./.github/docker
file: ./.github/docker/ubuntu22-pyg4ometry
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Copy link
Member

Choose a reason for hiding this comment

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

This workflow has a workflow_dispatch option, which is very useful to test it without making a release. We don't want to actually push the image in those cases though. We have to add some if statement to this step.

@stewartboogert stewartboogert merged commit 5135858 into g4edge:main Feb 27, 2025
17 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