cybersecsi / RAUDI

A repo to automatically generate and keep updated a series of Docker images through GitHub Actions.
GNU General Public License v3.0
545 stars 33 forks source link

[BUG] Unable to push images from GitHub Workflow #25

Closed thelicato closed 2 years ago

thelicato commented 2 years ago

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

image

Additional context

Looking above on the code I found the following:

image

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.

thelicato commented 2 years ago

Fixed in #26.