Skip to content

Fix broken workflow docker-image.yml#5367

Merged
ewaterman merged 1 commit intodevelopfrom
bug/docker-image-workflow
Jul 14, 2025
Merged

Fix broken workflow docker-image.yml#5367
ewaterman merged 1 commit intodevelopfrom
bug/docker-image-workflow

Conversation

@ewaterman
Copy link
Member

✨ Description of Change

Link to GitHub issue or Jira ticket: N/A

Description: the docker-image.yml workflow is broken. This should hopefully fix it. The reason it broke was because the actions/cache@v1 action was removed recently: https://github.com/orgs/community/discussions/148746. I switched the logic to behave like we have it elsewhere in our workflows (using the 'cache' attribute of the setup-java action).

I haven't run this yet to confirm if it works.

@ewaterman ewaterman requested a review from awalkowiak July 4, 2025 14:23
@ewaterman ewaterman self-assigned this Jul 4, 2025
@github-actions github-actions bot added type: bug Addresses unintended behaviours of the app domain: devops Changes or discussions relating to dev ops automation labels Jul 4, 2025
@codecov
Copy link

codecov bot commented Jul 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 8.41%. Comparing base (ed24063) to head (f2968e5).
⚠️ Report is 141 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff            @@
##             develop   #5367   +/-   ##
=========================================
  Coverage       8.41%   8.41%           
  Complexity      1021    1021           
=========================================
  Files            664     664           
  Lines          44098   44098           
  Branches       10649   10649           
=========================================
  Hits            3711    3711           
  Misses         39818   39818           
  Partials         569     569           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ewaterman ewaterman merged commit 32d1b30 into develop Jul 14, 2025
8 checks passed
@ewaterman ewaterman deleted the bug/docker-image-workflow branch July 14, 2025 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: devops Changes or discussions relating to dev ops automation type: bug Addresses unintended behaviours of the app

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants