ServerContainers / samba

samba - (ghcr.io/servercontainers/samba) (+ optional zeroconf, wsdd2 & time machine) on alpine [x86 + arm]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scheduled Docker builds failing

jnoordsij opened this issue · comments

Alpine 3.20 was released yesterday, but I noticed no new image being available yet. A quick peak into recent action logs showed that scheduled builds are failing with the following error:

buildx failed with: ERROR: failed to solve: failed to push 4.19.6-r0: failed to authorize: failed to fetch oauth token: unexpected status from GET request to https://auth.docker.io/token?scope=repository%3Alibrary%2F4.19.6-r0%3Apull%2Cpush&service=registry.docker.io: 401 Unauthorized

It looks to me that this is either some secret misconfiguration that requires attention, or else possibly (indirectly) caused by the reported deprecated actions.

ohhh thanks, letme check

fixed - there was a regex problem which resulted in breaking the docker tag

Great, thanks for your very quick action!