Skip to content

feature: workflow to automate DAFNI push #270

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 18, 2024
Merged

feature: workflow to automate DAFNI push #270

merged 1 commit into from
Mar 18, 2024

Conversation

f-allian
Copy link
Contributor

PR to containerise and upload to the DAFNI platform automatically using their API. Closes issue #255. The workflow performs the following two jobs:

  1. Checks if the workflow has been automatically triggered, or if there has been a new release (i.e. for every major version update)
  2. Builds the container as described in our Dockerfile, uploads to DAFNI, and logs out securely.

All secrets and environment variables have been appropriately defined.

@f-allian f-allian added the enhancement New feature or request label Mar 18, 2024
@f-allian f-allian self-assigned this Mar 18, 2024
Copy link

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
⚠️ PYTHON black 29 1 1.54s
✅ PYTHON pylint 29 0 4.95s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

Copy link

codecov bot commented Mar 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.61%. Comparing base (70d089f) to head (7dd2111).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #270   +/-   ##
=======================================
  Coverage   95.61%   95.61%           
=======================================
  Files          22       22           
  Lines        1572     1572           
=======================================
  Hits         1503     1503           
  Misses         69       69           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b066de4...7dd2111. Read the comment docs.

@f-allian f-allian marked this pull request as ready for review March 18, 2024 12:25
@f-allian f-allian merged commit 5b9f113 into main Mar 18, 2024
@f-allian f-allian linked an issue Mar 27, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Workflow to publish to DAFNI
4 participants