Closed tdeebswihart closed 11 months ago
I changed the docker-build-only action used by the server repo to bake the images like this repo does.
It was manually building the auto-setup image so failed when I combined it with the server image
Tested locally using nektos/act:
$ act workflow-dispatch -s GITHUB_TOKEN="$(gh auth token)" -j build-image
What was changed
I changed the docker-build-only action used by the server repo to bake the images like this repo does.
Why?
It was manually building the auto-setup image so failed when I combined it with the server image
Testing
Tested locally using nektos/act: