Skip to content

fixes action#320

Merged
tomjemmett merged 2 commits intomainfrom
fix_deploy_action
Mar 25, 2025
Merged

fixes action#320
tomjemmett merged 2 commits intomainfrom
fix_deploy_action

Conversation

@tomjemmett
Copy link
Member

was previously not pushing the latest container to acr correctly, as it was trying to get a container of the form *.azurecr.io:vX.X, missing out the /nhp_model part.

taking the opportunity to reorganise the action to handle acr/ghcr deployment to two separate jobs to aid in debugging issues

was previously not pushing the latest container to acr correctly, as it was trying to get a container of the form *.azurecr.io:vX.X, missing out the /nhp_model part.

taking the opportunity to reorganise the action to handle acr/ghcr deployment to two separate jobs to aid in debugging issues
@tomjemmett tomjemmett requested a review from yiwen-h as a code owner March 25, 2025 13:26
@tomjemmett tomjemmett added this to the v3.3.0 milestone Mar 25, 2025
@tomjemmett tomjemmett added bug priority: must We must implement this feature as soon as is reasonably possible labels Mar 25, 2025
@tomjemmett tomjemmett self-assigned this Mar 25, 2025
@codecov
Copy link

codecov bot commented Mar 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (7793659) to head (d7f794c).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #320   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           18        18           
  Lines         1006      1006           
=========================================
  Hits          1006      1006           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tomjemmett tomjemmett merged commit f0c5e06 into main Mar 25, 2025
3 checks passed
@tomjemmett tomjemmett deleted the fix_deploy_action branch March 25, 2025 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority: must We must implement this feature as soon as is reasonably possible

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants