Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
9c82ecb821
fix: pull image before tagging stable to avoid 'No such image' error\n\n- After multi-platform buildx push, the image isn't local; docker pull ensures it's present for tagging.
0eaabc3d5d
fix: derive repo name from git remote to avoid empty context\n\n- Replace github.repository with git remote parsing\n- More reliable in Gitea Actions where context may be missing\n- Produces valid tags like git.danhenry.dev:5050/thelab/sandbox-base-image:<sha>