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
Describe the bug
We need to build a new image with a high priority update to our project/space replication service after an update to the external system, but Github docker build action fails with dependency error..
12372.4 [error] (*:update) sbt.ResolveException: unresolved dependency: org.irods.jargon#jargon-core;3.3.3-beta1: not found
To Reproduce
Push an update to a fork of clowder github repo, Docker Action is invoked and fails with above error.
Also reproducible in repo clone using docker.sh
Expected behavior
New Docker image successfully built and pushed to dockerhub.
The text was updated successfully, but these errors were encountered:
Describe the bug
We need to build a new image with a high priority update to our project/space replication service after an update to the external system, but Github docker build action fails with dependency error..
12372.4 [error] (*:update) sbt.ResolveException: unresolved dependency: org.irods.jargon#jargon-core;3.3.3-beta1: not found
To Reproduce
Push an update to a fork of clowder github repo, Docker Action is invoked and fails with above error.
Also reproducible in repo clone using
docker.sh
Expected behavior
New Docker image successfully built and pushed to dockerhub.
The text was updated successfully, but these errors were encountered: