hms-dbmi-cellenics / issues

This repository is used to report and track issues
1 stars 0 forks source link

[BUG] worker GA not using cache #21

Closed alexvpickering closed 10 months ago

alexvpickering commented 10 months ago

Background

The GitHub actions for the worker and pipeline are not currently using the cache correctly for a registry backend. As a result, PRs require a full build with every commit.

Fix

Use docker buildx build (--push) appropriately (see here)