RAUDI works locally but the Workflow on GitHub fails to push images to Docker Hub.
To Reproduce
Simply run the workflow from the Actions tab on GitHub.
Expected behavior
RAUDI should build and update tools that have been updated.
Screenshots
Additional context
Looking above on the code I found the following:
Possible solutions
Try execute the docker.buildx.build function with the push parameter set to True. If it doesn't work either try adding a Builder using the docker-container driver.
Describe the bug
RAUDI works locally but the Workflow on GitHub fails to push images to Docker Hub.
To Reproduce
Simply run the workflow from the Actions tab on GitHub.
Expected behavior
RAUDI should build and update tools that have been updated.
Screenshots
Additional context
Looking above on the code I found the following:
Possible solutions
Try execute the
docker.buildx.build
function with thepush
parameter set toTrue
. If it doesn't work either try adding a Builder using thedocker-container
driver.