Image builds broken
jnoordsij opened this issue · 3 comments
jnoordsij commented
The automatic image builds seem broken due to 9ac7f29, which runs the build.sh
script to detect wether or not a new version is needed, but now always fails with message error please specify docker-registry DOCKER_REGISTRY
.
I noticed this since Alpine 3.18.4 has been released, but no image has appeared as of yet.
See for example https://github.com/ServerContainers/samba/actions/runs/6399103067/job/17370544350#step:7:12
MarvAmBass commented
Thanks for noticing, I'll look into it tomorrow 👍
MarvAmBass commented
Fixed 👍 will now use correct registry to check wether image is already build or not
jnoordsij commented
Thanks a lot for the quick fix!