You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a separate but related question, should this action be running in the PR? Is the idea to have the PR image also in ACR and linked to a pool for testing? Or for running tests in GHA in the built image? If I'm reading this action correctly, it's updating "latest" in ACR off this in-development PR which is perhaps not what we want?
In #41, I add a dependency on the tidybayes package. This is causing the Docker image build to fail because the dependency can't be found.
I think this is an issue with the cache hit? The dependency is successfully updated in the package manifest, so the base "dependency" image should have been refreshed.
As a separate but related question, should this action be running in the PR? Is the idea to have the PR image also in ACR and linked to a pool for testing? Or for running tests in GHA in the built image? If I'm reading this action correctly, it's updating "latest" in ACR off this in-development PR which is perhaps not what we want?
@jkislin -- can you take a look at this?
The text was updated successfully, but these errors were encountered: